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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
kulasekhar
Creator
Creator

I Want see single row

Hi All,

Bellow pivot table i had one ITEM_NUMBER have 1 or more SPECIFICATION_NUMBER and one SPECIFICATION_NUMBER have 3 or more ITEM_NAME.

http://dfg.JPG

I want to see single row.

dfg2.JPG

Please give me idea.

Thanks

Sekhar.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

For ITEM_NAME column, try expression :  MaxString(ITEM_NAME)

View solution in original post

10 Replies
Anil_Babu_Samineni

You have Item_Name is different different names. So then? And you want to keep 81 and 87 too?

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
tresesco
MVP
MVP

For ITEM_NAME column, try expression :  MaxString(ITEM_NAME)

kulasekhar
Creator
Creator
Author

Hi Tresesco,

For ITEM_NAME column, try expression :  MaxString(ITEM_NAME)


For SPECIFICATION_NUMBER also same expression work or not.



Thanks a lot

sekhar



avinashelite

It works try like this

MaxString(SPECIFICATION_NUMBER )

Not applicable

Use a straight table?

kulasekhar
Creator
Creator
Author

Thanks Avinash

kulasekhar
Creator
Creator
Author

Hi Avinash,

For DATE field how can sort like min or max.

Thanks

Sekhar

avinashelite

Sorting or you want the min or max?

if its sorting then go to chart properties and Sort >select feild > numeric > and select ASC/DESC

hope this helps you

kulasekhar
Creator
Creator
Author

Hi Avinash,

I want the Minstring or Maxstring. Mine it's working Minstring in expression. But Maxstring it's not working.

Thanks

Sekhar.