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
Stimulsoft report
-
- Posts: 4
- Joined: Wed Aug 26, 2015 11:38 am
Re: Stimulsoft report
Hello.
If we understand you correctly, you could use next expression:
The whole expression should be in braces. All other text is shown as plain text.
Thank you.
If we understand you correctly, you could use next expression:
Code: Select all
{IIF(PurchaseOrders.BillToName == "ABCD",FabSuite.priceToDisplay(PurchaseOrders.POCurrencyID, PurchaseOrders.TotalLessTermsDiscount),0)}
Thank you.
-
- Posts: 4
- Joined: Wed Aug 26, 2015 11:38 am
Re: Stimulsoft report
The reply is Logical, so I tried that earlier as well, below is the reply.
The name "Fabsuite" does not exist in the current context
The name "Fabsuite" does not exist in the current context
Re: Stimulsoft report
Hello.
Then we need a sample report template with data to help you.
Please, send us all that will help us to reproduce the issue and we will suggest you a solution.
Thank you.
Then we need a sample report template with data to help you.
Please, send us all that will help us to reproduce the issue and we will suggest you a solution.
Thank you.