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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
filder
Partner - Contributor
Partner - Contributor

Pivot table and Cyclic Drill

Hello everyone,

I'm trying to create a pivot table with two cyclic drills as dimensions. The problem is that if the user mistakenly sets the same field for both drills, the table throws an error and cannot be restored properly.
I tried using the getObjectField() function like this:


if(getObjectField(0)=objectField(1), 0, 1)

But it doesn't work.

Of course, I'm already using workarounds, but I'd really like to be able to use cyclic drills with the same fields just like it was possible in QlikView.
If it's a bug that will be fixed soon, it's enough for me to know that, and I'll just wait for the fix.

 

Thank you.

Labels (3)
1 Solution

Accepted Solutions
filder
Partner - Contributor
Partner - Contributor
Author

Hello Myself,

I have solved it using this:
=if(GroupDimensionLabel('Drill_1')=GroupDimensionLabel('Drill_2'),0,1)

 

View solution in original post

2 Replies
filder
Partner - Contributor
Partner - Contributor
Author

Hello Myself,

I have solved it using this:
=if(GroupDimensionLabel('Drill_1')=GroupDimensionLabel('Drill_2'),0,1)

 

Lucke_Hallbergson

It is being worked on already. PR exists