Skip to main content
Solved

Multiple parameters for lobby elements

  • April 14, 2020
  • 5 replies
  • 928 views

Forum|alt.badge.img+5
  • Do Gooder (Customer)
  • 12 replies

Is it possible to put multiple parameters in for a lobby element like this?

 

Best answer by JackH

You can try going about it this way:

Data source:

You want the parameter to be in parenthesis because you’ll be supplying it with a list. This way you can also set the default value as a query.

Lobby:

Each value has to be in between apostrophes since it’s a string.

Default value can be set to a query - fetching all possible states.

5 replies

Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • 5 replies
  • Answer
  • April 14, 2020

You can try going about it this way:

Data source:

You want the parameter to be in parenthesis because you’ll be supplying it with a list. This way you can also set the default value as a query.

Lobby:

Each value has to be in between apostrophes since it’s a string.

Default value can be set to a query - fetching all possible states.


Forum|alt.badge.img+5
  • Author
  • Do Gooder (Customer)
  • 12 replies
  • April 15, 2020

Thank you that worked.


Forum|alt.badge.img+7
  • Sidekick (Partner)
  • 50 replies
  • July 26, 2022

Hi  @wcocom @JackH 

I tried this solution on IFS Cloud 21R2, it is not working.

Does this solution works only in IEE?

 

Here is the DataSource -
 

 

The parameters -

I also tried removing quotes, replacing comma with semi-colon, nothing is working.

 

Thanks.


Forum|alt.badge.img+7
  • Sidekick (Partner)
  • 50 replies
  • July 27, 2022

Hi  @wcocom @JackH 

I tried this solution on IFS Cloud 21R2, it is not working.

Does this solution works only in IEE?

 

Here is the DataSource -
 

 

The parameters -

I also tried removing quotes, replacing comma with semi-colon, nothing is working.

 

Thanks.

Made it to work by an alternative solution. Here is the link to the answer -

 

Thanks.


Simo Ollanketo
Do Gooder (Employee)
Forum|alt.badge.img+2
  • Do Gooder (Employee)
  • 3 replies
  • January 19, 2024

Hi @Rohit and others.


That other linked topic was already closed, so I’ll reply here.

I created a bit different solution in Cloud.

Here’s a link to my topic.