Skip to main content
Solved

How to find REPORT_TEXT in IFS application

  • August 31, 2026
  • 3 replies
  • 65 views

Forum|alt.badge.img+6

Hii,

I’m struggling to find where the text shown below is defined in the IFS application.

The text appears to be coming from the section shown below:

Could someone please help me identify where this text is stored or defined in the system, and how I can locate it?

Best answer by Tharshan SM

Hi ​@Nethmi98,

Report texts in IFS reports are defined in the report file as translatable texts during report development. You can view these report text definitions by opening the report file in IFS Developer Studio.

Regards

3 replies

Tharshan SM
Hero (Customer)
Forum|alt.badge.img+6
  • Hero (Customer)
  • Answer
  • August 31, 2026

Hi ​@Nethmi98,

Report texts in IFS reports are defined in the report file as translatable texts during report development. You can view these report text definitions by opening the report file in IFS Developer Studio.

Regards


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • August 31, 2026

Hi ​@Tharshan SM

Thank you for your response. Are we able to add translations to the report texts?

 


Tharshan SM
Hero (Customer)
Forum|alt.badge.img+6
  • Hero (Customer)
  • September 1, 2026

Hi ​@Nethmi98,

Yes, you can add another text field and redeploy, the schema file will update and you can use that field in the report. Alternatively, if you don't need it to be a delivery, you can add a static text field directly in the RDL file using IFS Report Designer

Regards