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: 
Anonymous
Not applicable

How to pivot on an InputField

I want to use a manual input field to be the pivot point for a pivot table, rather than a field from the database.  However each line is being treated as a separate pivot, even though at the moment they all contain exactly the same data.

This is what I currently have (all the inputfield entries are C12345):

But I want it to look like this:

Can somebody help me to get the correct result please?

Many thanks

Mike

Labels (1)
1 Solution

Accepted Solutions
el_aprendiz111
Specialist
Specialist

Hi

2 options

1- Calculated Dimension :  =Aggr(Dual(Inputfield, RowNo(TOTAL)), Inputfield, [Ref Series])

2- chart Type = Straight Table

View solution in original post

3 Replies
el_aprendiz111
Specialist
Specialist

Hi

2 options

1- Calculated Dimension :  =Aggr(Dual(Inputfield, RowNo(TOTAL)), Inputfield, [Ref Series])

2- chart Type = Straight Table

Siva_Sankar
Master II
Master II

Can you upload the qvw file?

Anonymous
Not applicable
Author

Hi Fer Fer

Many thanks for your reply.  Changing the table to a straight table didn't work, but using =Aggr() worked!

Thanks again

Mike