Hello Everyone,
Seeking your expertise. How do I get all data for Pipe No. without create new line/row in report? below is my line;
=NL("Rows","Packing List Line","Pipe No.","Item No.",$F23)
Can you guys help me?
Thanks
Pali
Hello Everyone,
Seeking your expertise. How do I get all data for Pipe No. without create new line/row in report? below is my line;
=NL("Rows","Packing List Line","Pipe No.","Item No.",$F23)
Can you guys help me?
Thanks
Pali
Can you provide an example of what you expecting to see? You are specifically asking for Rows for each Pipe No. for that Item No.
If there is more than one Pipe No., you will get multiple rows.
Hi Bryan,
My expectation is to get like this
Pipe No. : 0001/0002/0003/0004/0005
instead of like this;
Pipe No.
0001
0002
0003
0004
0005
I tried use column, but the result is, will create multiple column instead of 1 column.
Hi Zulfaduli,
try it like this:
=NP("Join",NL("Filter","Packing List Line","Pipe No.","Item No.",$F23),"/")
Does that work for you?
Hi Cat,
It Works!! You are amazing. Thank you so much for your help