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: 
kulasekhar
Creator
Creator

pivot table two dimensions see in single row

Hi All,

In pivot table i have two dimensions like bellow.

asdf.JPG

I want see one  ITEM NUMBER(61195643-54) one module Like bellow images.

asdf2.JPG         asdf3.JPG

I Want see any MODULE in one row. like above any one.

Thanks

Sekhar.

13 Replies
kulasekhar
Creator
Creator
Author

Hi Anil,

It's working belloe both Expresstions but showing Null values.

1)Expresstions: =Only({<ID = {1}>} MODULE)

2)Expresstions: =MaxString(MODULE)

Thanks

Sekhar.

Anil_Babu_Samineni

Copy the script and use pivot table dimension as LEVEL1 and expression. let's see how this works. Or you may share sample in real data

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
kulasekhar
Creator
Creator
Author

Hi Anile,

Please find the bellow XL File. That file I have null(#N/A)values. How can i remove.

Thanks

Sekhar.

Anil_Babu_Samineni

May be use this

LOAD * From <Excel> Where Len(MODULE)>0;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful