Stimulsoft report
Posted: Wed Aug 26, 2015 11:52 am
Hi All,
I am an ERP application user and novice to stimulsoft reports, I need help on the below topic
I am using the below code for an item to display my data
{IIF(PurchaseOrders.BillToName == "ABCD",1,0)},
then on each line item the system throws a value 1 and o based on the expression,
But my requirement is to basically have the value of the price in place of 1
The price is given such a value and throws correctly, but how can i make it reflect here, so I can add all the 1,s (i.e the values in place of 1's)
{FabSuite.priceToDisplay(PurchaseOrders.POCurrencyID, PurchaseOrders.TotalLessTermsDiscount)}
Kindly assist
I am an ERP application user and novice to stimulsoft reports, I need help on the below topic
I am using the below code for an item to display my data
{IIF(PurchaseOrders.BillToName == "ABCD",1,0)},
then on each line item the system throws a value 1 and o based on the expression,
But my requirement is to basically have the value of the price in place of 1
The price is given such a value and throws correctly, but how can i make it reflect here, so I can add all the 1,s (i.e the values in place of 1's)
{FabSuite.priceToDisplay(PurchaseOrders.POCurrencyID, PurchaseOrders.TotalLessTermsDiscount)}
Kindly assist