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

Crosstable - apply cell value to all rows as dimension

Hello,

I have a Excel file containing resource allocation data in Crosstable form. I was able to use normalize the data. How can I apply the employee name to all rows as a dimension?

Note: The starting month and the ending month changes every month i.e. forward looking (rolling 12 month data)

ResourceApr-16May-16Jun-16and so on
Smith, JohnPrimary Role: Developer
Project 125%25%5%
Project 210%10%20%
Project 365%65%75%
Grand Total100%100%100%

Using the crosstable command and additional date formatting/filtering, I am able to the table data below.

CrossTable(Month, Data)

LOAD * FROM

(biff, embedded labels, table is Sheet1$);

ResourceMonth (M/D/YYYY)Data
Smith, John4/1/2016Primary Role: Developer
Project 14/1/201625%
Project 15/1/201625%
Project 24/1/201625%
Project 25/1/201625%
.......

How can I obtain the following resultant data set for all employees, all projects and all months?

Thanks!

Shaheer

NameProjectPeriodAllocation
Smith, JohnProject 14/1/201625%
Smith, JohnProject 15/1/201625%
Smith, JohnProject 16/1/20165%
Smith, JohnProject 24/1/201610%
Smith, JohnProject 25/1/201610%
..... and so on
0 Replies