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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help me with the error please

  Sum({<Date >=$(vCurrentMonthstart) and Date <= $(vCurrentMonthend)>},[GL Post Amount])

I am getting error with the above expression.Please help me.

Thanks in advance

2 Replies
MayilVahanan

Hi

Try like this

Sum({<Date = {">=$(=Date(vCurrentMonthstart)) <= $(=Date(vCurrentMonthend))"}>} [GL Post Amount])


Note:


Please check the date format. Both must be in same format


For ex: MMDDYYYY means, both must be in MMDDYYYY format

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this expression

=Sum({<Date={'>=$(=vCurrentMonthstart) <= $(=vCurrentMonthend)'} >} [GL Post Amount])

Using this expression still you did not get the results then check the date format in variables and Date Dimension, the format should be same for the variables and Date dimension values.

Regards,

Jagan.