Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

'SUM(<Condition>COGS*$(vCurrency))'

Can anybody pls explain what this exp means.

'SUM(<Condition>COGS*$(vCurrency))'

what is the <condition > in this.

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Monica,

     Here condition is nothing but the set analysis.

     You can use the set analysis to filter your expression.

     Say for example if you want sum of value only for year 2013, your expression will be.

     Sum({<Year = {"2013"}>} Value)

     For more information on set analysis kindly search the help.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

3 Replies
Not applicable
Author

Condition in that case is a set analysis expression, condition is just a word and does nothing at all, so if you have some actual text in there then it would be simple to explain, but if that is actually what you have written into a chart then I'd be surprised if it was doing anything.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Monica,

     Here condition is nothing but the set analysis.

     You can use the set analysis to filter your expression.

     Say for example if you want sum of value only for year 2013, your expression will be.

     Sum({<Year = {"2013"}>} Value)

     For more information on set analysis kindly search the help.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

thnk u..:)