Skip to main content
Solved

Invalid Member Name

  • July 14, 2023
  • 2 replies
  • 122 views

Forum|alt.badge.img+11

Hi

We are getting an Invalid Member Name error upon running an IFS Quick report. 

The SQL used runs fine in PL/SQL Developer.

The report contains a number of parameters which require user input so have used prompts such as ('%&User_ID%')  which have worked fine previously. The report also contains a couple of UNION ALL statements.

Any suggestions on what is causing this would be appreciated.

Thanks

 

Best answer by SHAUN_KERSLAKE

The issue was use of & within the SELECT part of the quick report and resolved by referring to the topic below

Using ampersand , “&” in plsql as a character | IFS Community 

2 replies

Forum|alt.badge.img+1
  • Do Gooder (Partner)
  • 4 replies
  • July 14, 2023

Hi @SHAUN_KERSLAKE ,

Can you provide a screenshot of your error? Or if possibly share the structure used for the quick report?


Forum|alt.badge.img+11
  • Author
  • Hero (Customer)
  • 124 replies
  • Answer
  • July 25, 2023

The issue was use of & within the SELECT part of the quick report and resolved by referring to the topic below

Using ampersand , “&” in plsql as a character | IFS Community