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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
buzzy996
Master II
Master II

expression issue

hi guys,

kindly assist on this expr on chart?

Count({Total<=$(=('&vContract3&')')>}IP_No__c)

thanks

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Count(Total <$(='[' & vContract3 & ']')> IP_No__c)

View solution in original post

3 Replies
sunny_talwar

May be this:

Count(Total <$(='[' & vContract3 & ']')> IP_No__c)

Anonymous
Not applicable

Try

Count({<Total={"<=$(vContract3)"}>}IP_No__c)

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Of perhaps this: Count({<Total={'$(vConctract3)'}>} IP_No_c)

Or maybe simply 42.

Can you tell us what you're trying to calculate?


talk is cheap, supply exceeds demand