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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
georgegv
Contributor II
Contributor II

Set Analysis with Variable - No Output

Dear Community

Please can you give me some pointers on the following:

sum({<DataType={$(vMeasure)}>DataValue)

expression wizard is OK with formula but I am getting no output

Please advise

3 Replies
sunny_talwar
MVP
MVP

May be try one of these

Sum({<DataType={$(=vMeasure)}>DataValue)

Sum({<DataType={$(=$(vMeasure))}>DataValue)

simon_minifie
Partner - Creator III
Partner - Creator III

Hi George,

You're missing your closing curly bracket in the set analysis:

     sum({<DataType={$(vMeasure)}>}DataValue)


Oddly, this does get past the syntax checker!


Thanks,

Simon

shraddha_g
Partner - Master III
Partner - Master III

Try,

sum({<DataType={"$(=vMeasure)"}>}DataValue)