Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

My first script is not work properly

Hai everybody,

I try to write some script, but when it was not worked,

anybody can help me pls.

herewith this the script :

Sum ( {$<SalesDate={

'>= $ (=Date(vFromDate,'YYYY-MM-DD'))<= $ (=Date(vToDate,'YYYY-MM-DD'))'

}>} Value)

this script for showing the data between vFromDate and vToDate

Thx

Labels (1)
1 Solution

Accepted Solutions
ikarimov
Contributor III
Contributor III

Try without date formating. Like so:

View solution in original post

2 Replies
ikarimov
Contributor III
Contributor III

Try without date formating. Like so:

Not applicable
Author

it worked

thank you Илья Каримов