Question

Quick Report issue when column headers are more than 32 characters

  • 20 April 2022
  • 5 replies
  • 60 views

Userlevel 1
Badge +2

If I try to create a SQL statement QR (IFS10) with column titles longer than 32 characters, it will give an error. Has anyone seen this before? Is there a workaround to this problem please?

 

Thanks

Hiroshan


5 replies

Userlevel 7
Badge +18

Hi @hweerasinghe 

Please can you give a screenshot of the error and your SQL statement?

Userlevel 1
Badge +2

 

Userlevel 7
Badge +18

Hi @hweerasinghe 
I’ve tried same in a IFS 10 Core reference environment and its working fine there.

Seems its related to the oracle version which used for the application.

To confirm that, could you please try below SQL query in database end?
from PLSQL.

SELECT '1' AS "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567" FROM dual

Also try this in SQL Query tool in IFS Application?

Userlevel 1
Badge +2

Both db end and IFS SQL Query Tool work fine. I need it to work as a QR.

Userlevel 7
Badge +18

Hi @hweerasinghe 

IFS solution 294211 will resolve the issue. 
Please raise a support ticket to proceed with this solution.
Its UPD13 bug fix.

 

Reply