Home
Designing Analytics Reports
Computed column
Migrateduser
<p>I have a query that retrieves different numbers for each record where i want to view all values of one column for all rows as follows:</p>
<p> </p>
<p>PONUM DESCRIPTION PRNUM</p>
<p>1w **** 1111</p>
<p>2e hhhh 1234</p>
<p>12w kjdhf 878p</p>
<p> </p>
<p>I wanna display them like this </p>
<p> </p>
<p>PONUM DESCRIPTION PRNUM</p>
<p>1w **** 1111, 1234, 878p</p>
<p>2e hhhh 1111, 1234, 878p</p>
<p>12w kjdhf 1111, 1234, 878p</p>
<p> </p>
<p>Please help!</p>
<p> </p>
<p>thank you!</p>
Find more posts tagged with
Comments
There are no comments yet