Local time problem solution #26110
kamransuleymanli
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good Morning,
Lets begin with problem:
![image](https://private-user-images.githubusercontent.com/94612471/286160452-76d06570-8c8c-475d-861b-c7435f6fc996.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTg4MDIsIm5iZiI6MTczOTM1ODUwMiwicGF0aCI6Ii85NDYxMjQ3MS8yODYxNjA0NTItNzZkMDY1NzAtOGM4Yy00NzVkLTg2MWItYzc0MzVmNmZjOTk2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDExMDgyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNmNzliZDJjZWIwMjdmMTJhNDdjMzAzZTI3MWQyZmRiNGVkNjQ1NTgyMjYyZDU1ZTQ0MGQ4ZjFmOTQ2NWJiZTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PgD2UATP-ng5ykGBcHkylQBMDa3Bmtyj9nzOAc8W0tU)
I wanted to count today offers with filter. But as you see below my local time was 5 hour ahead. Which give me problem for counting exact numbers.
First I tried to change superset local hour. But with this video I find what I want.
https://www.youtube.com/watch?v=Nnr9AF7aPVA
As you see below change Custom Range type to Advanced Range type you can give keywords for start and end time (like 2 week ago or next 1 month)
![image](https://private-user-images.githubusercontent.com/94612471/286161992-3b855268-fefa-4b31-b2f7-247bd4a7eead.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTg4MDIsIm5iZiI6MTczOTM1ODUwMiwicGF0aCI6Ii85NDYxMjQ3MS8yODYxNjE5OTItM2I4NTUyNjgtZmVmYS00YjMxLWIyZjctMjQ3YmQ0YTdlZWFkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDExMDgyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlmYzczN2I5NTU0NTViN2Q5YTE4MGI5YzNiNTU3MjEzNWIzYThkNTcxMGQ1YzBmYmIwZjkxZWZlN2I5M2NiNGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BOOcona__JV4wM2wIsNCLzUI3tWl-1dGcJiFjBHR4ig)
I just wanted to share hope will be hopeful.
Beta Was this translation helpful? Give feedback.
All reactions