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

Set Expression

Hi,

=NumericCount ( {<[Flag] = {"1"} ,YEAR={"*"},QTR=,Month,Week=>} Score)

I have gone through a set expression like above. Can anyone please explain the result of above regarding the role of QTR, Month and Week? What does their presence above indicate?

Thanks,

Murali

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     It selects the Flag field has value 1.

     Year={'*'} means to consider all years but excludes null values.

     QTR= means to exclude selection and it consider all values in the QTR field.likewise Month=,Week= fields.

Celambarasan

View solution in original post

2 Replies
sridhar240784
Creator III
Creator III

This QTR=,Month=,Week= in this expression ignore the user selections for QTR, Month, Week fields meaning to say your data will not chnage in the grap, if you select any thing from QTR,Month & Week Field.

-Sridhar

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     It selects the Flag field has value 1.

     Year={'*'} means to consider all years but excludes null values.

     QTR= means to exclude selection and it consider all values in the QTR field.likewise Month=,Week= fields.

Celambarasan