
Creator
2020-10-06
09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to select fields of a variable to make a dimension?
Hello,
I have a variable "dpt" containing the names of departments.
I would like to create a dimension that only retrieves some of the departments from this variable.
How to do ?
Thank you in advance,
Waïl
/
Bonjour,
J'ai une variable "dpt" contenant des noms de départements.
J'aimerais créer une dimension qui récupère seulement certains des départements de cette variable.
Comment faire ?
Merci d'avance,
Waïl
469 Views
2 Replies


MVP
2020-10-06
12:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe something like this:
if(match(departments, 'dep1', 'dep2', ...), departments, 'other') as departments
- Marcus
429 Views

Creator
2020-10-07
09:40 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your answer but it doesn't work...
- Waïl
409 Views
