Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
pradnya_amol
Creator
Creator

Qlik Sense: Cyclic Group in Straight Table

Hello All,

I have used Cyclic group in Straight table in QlikView. I want to build the similar chart in Qlik Sense. Can any one please tell me how to achieve it in Qlik Sense?

PFB the image for reference.

15 Replies
pradnya_amol
Creator
Creator
Author

This don't create Cyclic but Calculated Dimension. Thanks but I tried this as well.

Mounika4
Contributor III
Contributor III

Hi Pradnya_amol,

 

i have the same problem,

i have Cyclic group in Straight table in QlikView. I want to build the similar chart in Qlik Sense. 

i used the pick match() but i could not see the  exact results

Did you achieved in qliksense ? if yes , please tell me how to achieve it in Qlik Sense?

 

saso70
Partner - Creator II
Partner - Creator II

Hi please check the example

Mounika4
Contributor III
Contributor III

Hi, When i am trying to open your attachment :i am getting like this 

Mounika4_0-1678964911509.png

 

Mounika4
Contributor III
Contributor III

i resolved it thanks for response

Mounika4
Contributor III
Contributor III

Yeah its working good in pivot table in qliksense,but issue was if loaded 2 cyclic groups in scripts liks

Cycle1:

load *inline[ 

FieldNames

Region

plant

Grade

Commodity

......

after i wrote in dimension like  =$(=If(GetSelectedCount(FieldNames)=0,'Region',Only(FieldNames)))

nd taken filter as FieldNames

Next i loaded 2 cyclic group table

 

Cycle2:

load *inline[

Fields

ABC

Grade

Commodity

......

after i wrote in dimension like  =$(=If(GetSelectedCount(Fields)=0,'Commodity',Only(Fields)))

filter i taken as Fields

=======but here==

if i select Commodity in the FiledNames filter ..the chart getting like below snap

Mounika4_0-1678977186912.png

 

getting error like the dimesion is already in use

Mounika4_1-1678977186833.png

 

 

Grade field also having both the tables but if i select commodity in  1st filter and region in second filter i am this issue

 

please anyone help me on this