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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

PseudoDef.Type

Can anybody please explain what does

dim(0).pseudodef.Type = 2 mean in the attached picture..I am trying to understand this code from QV API guide to generate macros

I was trying to identify the dimensions in the cyclic group so came across this bit of code

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

"Cyclic group" instead of regular dimension?

View solution in original post

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

"Cyclic group" instead of regular dimension?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

The APIGuide doesn't document proper values (or their meaning), but it seems there are only two choices:

20171107 PseudoDef.Type in APIGuide.jpg

I guess 1 means Regular Dimension, 2 means Cyclic Group.