<<LIST_TABLE_START(' and end report static loop val

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

<<LIST_TABLE_START(' and end report static loop val

Post by swiftinitpvtltd »

I have this for a BO in html report and it works perfectly fine except adding static % or $ before BO item in a loop.

<tr class="service">
<td class="tableitem"><p class="itemtext"><<LIST_TABLE_START('FIND mybo WHERE(bo.id=LoggedInSystemUser.id)')>><<
</p></td>
<td class="tableitem">$<p class="itemtext"><<mybo.cost>></p></td>
<td class="tableitem">$<p class="itemtext">$<<mybo.price>><<LIST_TABLE_END()>></p></td>
</tr>

Now the issue is it shows all 10 or 20 items in nice grid but $ before cost is shown for only single item.
How do I add $ or % as static in a loop in table start and table end in html report?

like this
item1 3.94% 1050.00 $357.00 $$.34

item2 38.63 10282.00 205.64 .02
Post Reply