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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Cuartares
Contributor
Contributor

Creating new Dimension containing dimensions

Hi, I am struggling a few days now with a simple problem.

I am trying to make a radar chart with a simple table like this :

 

Name    A     B    C
Alice      3      5    7

Bob      8      9      4

I am using an extension radar chart and the first input dimensions are the names.
The second one must be the Features so A,B and C , but I don't know how I can make a new dimension that references to those...

I hope I stated my question clear enough,
and thanks to everybody taking the time helping me.

Labels (3)
1 Solution

Accepted Solutions
JordyWegman
Partner - Master
Partner - Master

Hi Cuartares,

Try to unpivot your data:

From:

NameABC
Alice357
Bob894

 

To:

NameDimensionValue
AliceA3
AliceB5
AliceC7
BobA8
BobB9
BobC4

 

Now you can link information, your dimensions to the Dimension field.

Jordy

Climber

Work smarter, not harder

View solution in original post

1 Reply
JordyWegman
Partner - Master
Partner - Master

Hi Cuartares,

Try to unpivot your data:

From:

NameABC
Alice357
Bob894

 

To:

NameDimensionValue
AliceA3
AliceB5
AliceC7
BobA8
BobB9
BobC4

 

Now you can link information, your dimensions to the Dimension field.

Jordy

Climber

Work smarter, not harder