Solved

Multiple parameters for lobby elements

  • 14 April 2020
  • 5 replies
  • 770 views

Userlevel 1
Badge +5
  • Do Gooder (Customer)
  • 12 replies

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

 

icon

Best answer by JackH 14 April 2020, 20:57

View original

5 replies

Badge +2

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.

Userlevel 1
Badge +5

Thank you that worked.

Userlevel 2
Badge +7

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.

Userlevel 2
Badge +7

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.

Userlevel 1
Badge +2

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.
 

Reply