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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

Help regarding Cyclic Group

Hello,

I ahve cyclic group having dimensions as : Area Manager and Customer Name

. I want in my chart title, it should show Top 'N' Area Manager or Top 'N' Customer dynamically when i choose area manager or customer from cyclic group.

Plz help

13 Replies
nikhilgarg
Specialist II
Specialist II
Author

Hey,

I have space in fieldnames in CyclicGroup. How to resolve that?

nikhilgarg
Specialist II
Specialist II
Author

Hey,

you get my question right. But your suggestion does not seems to work.

bohravanraj
Partner - Creator II
Partner - Creator II

Hi Nikhil,

you can use following Code in Text

=if(GetCurrentField(Group)='area manager','N Area Manager',

       if(GetCurrentField(Group)='customer','N Customer'))  

Regards,

Not applicable

Let us assume you have like below:

Group Name : Manager Group

Fields: AREA_MANEGER , CUSTOMER

=' Top N' & Pick(Match(GetCurrentField([Manager Group]),'AREA_MANEGER' ,'CUSTOMER'),'Area Manager' , 'Cusomer')

Can you please post your Cyclic Group Name & Field Names in the group so I will provide the correct answer.