Skip to main content
Announcements
Do More with Qlik - Qlik Cloud Analytics Recap and Getting Started, June 19: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
ssriramin19
Contributor III
Contributor III

cyclic group

My requirement is that I have created the cyclic group . Also I have three measure quanitity (actual ,sales and final). Requirement is that cyclic group should not be applied to actual but only to final and sales. But all the three measures needs to be dispalyed in one single straight table.

Can anyone please guide me on how to approach

Thanks

11 Replies
ssriramin19
Contributor III
Contributor III
Author

Please provide the solution for the above mentioned problem . this needs to be completed.

Anonymous
Not applicable

Hi,

Try below code in expression tab – conditional text box for the Actual expression

GetCurrentField(CyclicGroupName) <> 'dimension'

Regards