We have
PURCHASE PRICE 148.60 1408.73 56349.12
SELLING PRICE 180.00 1854.00 74160.00
need it like
PURCHASE PRICE 148.60% $1408.73 $56349.12
SELLING PRICE 180.00% $1854.00 $74160.00
This is in aware reports and it uses find query to get multiple items so I can not add static %
All are number values.
How to get % and $ signs in aware reports in table grid items with find query.
<tr class="service">
<td class="tableitem"><p class="itemtext"><<LIST_TABLE_START('FIND OurReport WHERE(OurReport.LotID=LoggedInSystemUser.CurrentLotID AND OurReport.ob_ReportUser=LoggedInSystemUser)')>><<OurReport.ROIType>></p></td>
<td class="tableitem"><p class="itemtext"><<OurReport.CWT>></p></td>
<td class="tableitem"><p class="itemtext"><<OurReport.Head>></p></td>
<td class="tableitem"><p class="itemtext"><<OurReport.ROIValue>><<LIST_TABLE_END()>></p></td>
</tr>
Checking-