Skip to main content
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

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