Forum Discussion
Anonymous
2 years agoNot applicable
Checking if element belongs in same groups as a selected one.
I have a dashboard showing different data about different events. The selection of a specific event to investigate is done on a slicer showing a "short description" for each event. In a table CUR...
Anonymous
2 years agoNot applicable
I edited the post, making it very general but explaining better the problem I have.
Thanks for bearing with me!
ryan_mayu
Super User
2 years agoso we have two tables.
one contains event name and description. event name is unique
Event 1 | Description 1
Event 2 | Description 2
Event 3 | Description 3
the other table contains event name and goupnum
| Event Name | Group Num |
| Event 1 | 1 |
| Event 2 | 1 |
| Event 3 | 2 |
| Event 4 | 2 |
| Event 5 | 1 |
| Event 5 | 2 |
when we select description, you want to display event name.
The name is from which table?