Field dependencies ActiveReports Web Designer

Posted by: renebug on 4 November 2023, 9:51 pm EST

    • Post Options:
    • Link

    Posted 4 November 2023, 9:51 pm EST

    Hello,

    I am new here and have not yet worked with the Report Gernerator. We are currently updating our enterprise resource planning system. The Web Designer is being used for this.

    I am currently facing the challenge that certain fields should only be displayed in dependencies.

    E.g. Discount The word Discount is displayed as a description/heading, but this should only be displayed if a discount is deducted from the article. I have found the Expression Editor. Unfortunately, I have no instructions on how to set up the function with the syntax. Is this even possible?

    Thank you

    ActiveReports Web Designer

    Application version: 15.2.6

    Core version: 4.0.4

    Copyright © 2021 GrapeCity

  • Posted 5 November 2023, 6:20 pm EST

    Hi Rene,

    Please refer to the attached sample report.

    You can use the IIF function to change text based on discount is given or not.

    Sample Expression:

    =IIF(Fields!Discount.Value,"Text if True","Text if False")

    For reference, I have attached a sample report.

    DiscountReport.zip

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels