So, if in dropdown filter I have added a native question and i want to display the names but use the userId for that name in the query that will be super helpful
EG: -
userId
| UserId | userName |
|---|---|
| 001 | Clary |
| 002 | Alex |
So in dashboard when i click userName filter and chose Alex , in the query UserId ==002 should be passed!
Thanks!