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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

expression

Hi all,

if Scenario=Actual, i need to find total losses

help me,

Thanks in advance

smiley

Labels (1)
4 Replies
tresB
Champion III
Champion III

Try:

Sum( { <Scenario ={ 'Actual'}>} loss)

Or,

Sum ( If(Scenario=Actual), loss)   

er_mohit
Master II
Master II

Sum(total {$ <Scenario ={ 'Actual'}>} loss)

or

sum( if(Scenario='Actual',total loss))

rathnam_qv
Creator
Creator
Author

and i have Balance and Calculated Balance values. now can u tel me how can i write expression for that

Thanks in advance

smiley

rathnam_qv
Creator
Creator
Author

tel me if it possible with set analysis as well

Thanks

smiley