Stimulsoft report

Stimulsoft Ultimate discussion
Post Reply
Nagasubramaniam
Posts: 4
Joined: Wed Aug 26, 2015 11:38 am

Stimulsoft report

Post by Nagasubramaniam »

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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Stimulsoft report

Post by HighAley »

Hello.

If we understand you correctly, you could use next expression:

Code: Select all

{IIF(PurchaseOrders.BillToName == "ABCD",FabSuite.priceToDisplay(PurchaseOrders.POCurrencyID, PurchaseOrders.TotalLessTermsDiscount),0)}
The whole expression should be in braces. All other text is shown as plain text.

Thank you.
Nagasubramaniam
Posts: 4
Joined: Wed Aug 26, 2015 11:38 am

Re: Stimulsoft report

Post by Nagasubramaniam »

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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Stimulsoft report

Post by HighAley »

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.
Post Reply