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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Srinivas
Creator
Creator

Reverse of Bucket

Hi anand,

i want all different buckets make into one Dimension.

Please find below excel.

i want like this way
Days.PNG.png

Please help on this ...

Regards

Munna

1 Solution

Accepted Solutions
Srinivas
Creator
Creator
Author

Thanks a lot Liron,

it's fine.

Thanks

Munna

View solution in original post

3 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

have a look at the attach extension

its_anandrjs
Champion III
Champion III

Sorry for late response but it is not the right way of loading this tables any way what is the reason for loading fields this way, See the script below

CrossTable(AgeBucket, Data,1)

LOAD 1 as DUMMYFIELD,

     [1-30 Days],

     [31-60 Days],

     [61-90 Days],

     [91-120 Days],

     [121-360 Days],

     [Over 360 Days]

FROM

[Days.xlsx]

(ooxml, embedded labels, table is Sheet1);

Srinivas
Creator
Creator
Author

Thanks a lot Liron,

it's fine.

Thanks

Munna