Skip to main content
Solved

Lobbies with Filters

  • June 13, 2022
  • 7 replies
  • 720 views

Forum|alt.badge.img+12

We are using IFS Apps 10, UPD 11 (Moving to Update 15 soon) via EE. I am wanting to create a Lobby with a Filter but unsure if this is possible.

 

I want the User to have a Filter on the page that allows them to change the data showing in the Lobby Elements based on the Selection they make. 

 

Is this possible and if so, how do I go about achieving it? 

 

Thanks 

Best answer by Link

If you have a custom field ensure that you access on the custom view. They end with _CFV.

My custom field in this case is “CF$_C_STOCK_LEVEL “ and the parameter name is '$Quantity$'.

For example:

 

7 replies

Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • June 13, 2022

Hi @lisa.gilesAB 

yes, it is possible.

You can create a parameter like this:

 

For example:

 


Forum|alt.badge.img+12
  • Author
  • Sidekick (Customer)
  • 104 replies
  • June 27, 2022

Is there any guides / tutorials on this? I have a Custom Field (CF$_Field_Service_Managers) that I want the user to be able to filter on but I cannot get this to work. 


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • June 27, 2022

Hi @lisa.gilesAB 

do you get any error messages?

If yes, could you post it, please?

Maybe you can also post your sql code.


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • Answer
  • June 27, 2022

If you have a custom field ensure that you access on the custom view. They end with _CFV.

My custom field in this case is “CF$_C_STOCK_LEVEL “ and the parameter name is '$Quantity$'.

For example:

 


Forum|alt.badge.img+12
  • Author
  • Sidekick (Customer)
  • 104 replies
  • June 27, 2022

Thank you :) I was being an idiot and had missed the ‘ before and after the field! Thank you so much! Such a simple fix! 


Forum|alt.badge.img+12
  • Author
  • Sidekick (Customer)
  • 104 replies
  • June 27, 2022

Sorry, another question. Can these filters be set to have ALL or multiple options? 

it is now working if I enter one Manager but could I do it so I can see results for all within that field or multiple?

The field contains 4 Options. 

Thanks in advance :) 


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • June 28, 2022

Hi @lisa.gilesAB 

a multiple option and drop down lists are not possible unfortunately. 

But if you want to see all objects then you can use the NVL function.

For example:

CONTRACT like NVL('$SITE$','%')

If the parameter field of your lobby is empty, then it will show you all objects.