Skip to main content
Solved

Combining Page Parameters with wildcards

  • October 25, 2022
  • 2 replies
  • 263 views

JONI
Do Gooder (Partner)
Forum|alt.badge.img+2
  • Do Gooder (Partner)
  • 5 replies

I have an issue when combining wildcards and page parameters in a data source in Aurena.

 

 

This produces the following error in Aurena

 

 

Is there a way of combining these?

IFS Applications 10 - Update 11

Best answer by Tomas Ruderfelt

This works for me in IFS Cloud:

upper(description) LIKE upper('%'|| '$SEARCH_PART_DESCRIPTION$' || '%')

2 replies

Forum|alt.badge.img+21
  • Superhero (Employee)
  • 500 replies
  • Answer
  • October 25, 2022

This works for me in IFS Cloud:

upper(description) LIKE upper('%'|| '$SEARCH_PART_DESCRIPTION$' || '%')


JONI
Do Gooder (Partner)
Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 5 replies
  • October 25, 2022

Thank you! Tested and working!