cancel
Showing results for 
Search instead for 
Did you mean: 

Execute specific query from Entry List

former_member215107
Active Participant
0 Kudos

Hi everybody,

Is it possible to execute a specific query in a DropDown List ?

Example:

I have a dropdown list of airport (PARIS, ROME, BARCELONE).

If i select PARIS, i would execute the specific query about PARIS and

the associated chart

If i select ROME, i would execute the specific query about ROME and

the associated chart

If i select BARCELONE, i would execute the specific query about BARCELONE and

the associated chart

Thanks for your help

Rodolphe.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes, you can do that.

Add a custom action to the dropdown and name it for example event1.

Connect the dropdown containter (form or table) to the PARIS query.

Set the event name for this line event1 and the guard condition as @dropdown=='PARIS')

connect another line to ROME query with the same event name and a corresponding guard condition.

Do the same for the others.

You can also add visibility conditions to the charts, based on the dropdown value.

Hope this helps,

Shay

Answers (1)

Answers (1)

former_member215107
Active Participant
0 Kudos

Hi Shai,

Thanks!

I'm going to test immediately your idea !

Rodolphe.