Skip to main content

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 

Hi @lisa.gilesAB 

yes, it is possible.

You can create a parameter like this:

 

For example:

 


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. 


Hi @lisa.gilesAB 

do you get any error messages?

If yes, could you post it, please?

Maybe you can also post your sql code.


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:

 


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


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 :) 


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.


Reply