Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
I want to see single row.
Please give me idea.
Thanks
Sekhar.
For ITEM_NAME column, try expression : MaxString(ITEM_NAME)
You have Item_Name is different different names. So then? And you want to keep 81 and 87 too?
For ITEM_NAME column, try expression : MaxString(ITEM_NAME)
Hi Tresesco,
For ITEM_NAME column, try expression : MaxString(ITEM_NAME)
For SPECIFICATION_NUMBER also same expression work or not.
Thanks a lot
sekhar
It works try like this
MaxString(SPECIFICATION_NUMBER )
Use a straight table?
Thanks Avinash
Hi Avinash,
For DATE field how can sort like min or max.
Thanks
Sekhar
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
Hi Avinash,
I want the Minstring or Maxstring. Mine it's working Minstring in expression. But Maxstring it's not working.
Thanks
Sekhar.