Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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)