Select dynamic code to display a chart

In a table with activity results from a number of hotels, I need to select the hotel dynamically from the search field and update a chart. is it possible?
thanks

0 6 199
6 REPLIES 6

That’s not possible I’m afraid

Apply Usersettings (Enumlist) to let the app user to pick up hotels, and then filter the table by SLICE. Chart is made out of this slice.

I haven’t thought about this workaround really @tsuji_koichi
As @joel_guiraud had asked a more dynamic, on-the-go solution i.e. filtering whilst typing kinda

Thanks it works well…

I tried with the folowing behavior
LINKTOFILTEREDVIEW (“Graph Activité”,[code_sidre]=[_THISROW].code_sidre)

but it failed.
joel

Top Labels in this Space