Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jixiaoquan
Contributor III
Contributor III

Cyclic group in the sense!

Hi everyone,

     I am new to sense,I want to use cyclic group in the sense but I did not find the cyclic group

     Is there any way to use the cyclic group in the sens?

6 Replies
ogster1974
Partner - Master II
Partner - Master II

At the moment there's is just a drill down capability.  I was able to mimic it by using an extension from qlikview branch called qsvariable.   I created buttons for each view I wantedtherm used the variable with if statements to set my measures and dimensions.

HOpe this helps

ANdy‌

petter
Partner - Champion III
Partner - Champion III

You can emulate the cyclic group by having a data island with the name of the fields you use in your expression and using $-sign expansion to select the right field when the user select the name of the field in your facts in a filter (list box).

Have a look at the attached example.

ogster1974
Partner - Master II
Partner - Master II

Here is an example using my approach.

paulyeo11
Master
Master

Hi Petter

I like your approach using extension. very easy to implementation.

Paul

Not applicable

It works just one thing to note, if you are from Denmark, dont use variablenames with the speciel letters 'Æ Ø Å'

ogster1974
Partner - Master II
Partner - Master II

I'd never tried using extended charsets in my scripts.  Good thing to note.