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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem in set analysis

Hi,

sum(if ( AccType='Out' and num(Month)=vMonth, balance)) its working fine, how we write the given expression in set analysis.

Regards,

Zain.

1 Solution

Accepted Solutions
rajni_batra
Specialist
Specialist

first thing u cant use function at left side of = in set,

rather than this ur expression can be

sum({<AccType={'Out'},Month={"=$(vMonth)"}, balance))

hOPE THIS HELPS!!!

View solution in original post

2 Replies
rajni_batra
Specialist
Specialist

first thing u cant use function at left side of = in set,

rather than this ur expression can be

sum({<AccType={'Out'},Month={"=$(vMonth)"}, balance))

hOPE THIS HELPS!!!

Not applicable
Author


Thanks, Rajni batra