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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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