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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ipauldur
Creator
Creator

Set analysis not satisfying all conditions

Hi All,

I am using the below expression in the pivot trable.

Sum ({<YearMonth={"$(vReport_YearMonth)"},Revised_GTO_Flag={1},GTO_Flag={1},_Data_Option={1}>}Area_Less_NTD)

Actually, i have the field "Revised_GTO_Flag" field in the table. But there is nothing (Value) for this field. So when i include in the expression its showing the value for satisfied all other conditions. Originally, i should get zero for this expression.

Please suggest me, how to modify this expression for getting zero value.

Thanks,

Durai.

1 Reply
Not applicable

Hi,

Try the below expression.

Sum ({<YearMonth={"$(vReport_YearMonth)"},Revised_GTO_Flag={"1"},GTO_Flag={"1"},_Data_Option={"1"}>}Area_Less_NTD)

Regards,

Desmortes