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: 
rrrggg20
Contributor II
Contributor II

changing flat data to data grid

Hello everyone, I have a data format looking like this

 

Project, Project Phase, CostDate, Grouping, Cost, year

p1, Ph1, 1/1/2020, g1, 1000, 2020

p1 ,Ph2, 1/1/2020, g1, 2000, 2020

p1, Ph2, 2/1/2020, g1,3000, 2021

p1, Ph2, 3/1/2020, g2, 4000, 2021

what I am trying to get out is a grid like this

 

ProjectGroupPhase20202021
P1G1Ph11000 
P1G1Ph220003000
P1G2Ph3 4000

 

I can get it to put the cost in all the phases, but not able to only put it in the (X/X)/Y coordinate that it belongs

X = Group

other X = Phase

Y = the costs occurred in the given months of the year.

Not looking for a completed solution, but thoughts around how this can easily be done

Thanks

 

 

1 Solution

Accepted Solutions
QFabian
MVP
MVP

H i@rrrggg20, i recreate your data and made this little qvw, please check it.

it is just a pivot table suming Cost and the dimensions you need

The only thing i cant understand is if you want to create Ph3

QFabian_0-1609200074744.png

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.

View solution in original post

1 Reply
QFabian
MVP
MVP

H i@rrrggg20, i recreate your data and made this little qvw, please check it.

it is just a pivot table suming Cost and the dimensions you need

The only thing i cant understand is if you want to create Ph3

QFabian_0-1609200074744.png

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.