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

Using Greater than variable in set analysis


Hi experts,


how to use  Greater than variable in set analysis??was it fine??

=Sum({$< Year = {$(#vYear)}, Quarter = {$(#vQuarter)} , Month = {>=$(#vMonth)}>} sales)



thanks


Labels (1)
5 Replies
Not applicable
Author

hi

try this

=Sum({$< Year = {$(#vYear)}, Quarter = {">=$(#vQuarter)} , Month = {<=$(#vMonth)}>} sales)


MK_QSL
MVP
MVP

What you want to achieve end result?

sujeetsingh
Master III
Master III

Not applicable
Author

Hi Manish,

I want to achieve QTD sales information.

MK_QSL
MVP
MVP

=SUM({<Month = , Quarter =, Week = , Year= {'$(=max(Year))'}, Date = {">=$(=Date(QuarterStart(Max(Date))))<=$(=Date(QuarterEnd(Max(Date))))"}>}Sales)