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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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


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?

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)