
Anonymous
Not applicable
2017-11-08
05:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to add nulls values to Others using set analysis.
Hi all,
I have a dimension called state which contains values like CA, NY, Others, nulls.
I have a measure called salse. I want to add all the salse value to Others category while creating a bar chart.
Can anybody help me to handle this?
1 Solution
Accepted Solutions

Anonymous
Not applicable
2017-11-09
02:07 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1,283 Views
5 Replies

Partner - Master III
2017-11-08
05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
do you have access to load script?
1,283 Views


Specialist
2017-11-08
05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use the below in your dimension:
if(state='CA' or state='NY',Others)
Regards
Pratyush
1,283 Views

Anonymous
Not applicable
2017-11-09
02:05 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
no
1,283 Views

Anonymous
Not applicable
2017-11-09
02:07 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1,284 Views


Specialist
2017-11-09
02:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Welcome
1,283 Views
