Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Applying a rule to blanks
07-29-2019
08:21 AM
I have the below files that are joined on SubAdvisorID.
I'm working on a clustered bar chart that shows the Inflow (Inflow_Outflow) by Firm (Sub_Advisor_Key). However, not every entry on the Inflow_Outflow sheet has an associated Firm - which leaves "Blank" as my second largest firm.
Is it possible to create a rule that if a row on Inflow_Outflow doesn't have an associated Firm, I can choose a different field for it to group into - ModelName, for example - instead of just rolling up as Blank?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2019
08:51 AM
You'll likely need a calculated column for this. IIRC, you can't cluster by the result of a measure. If you can group by a measure instead of a column, then you can use SELECTEDVALUE instead of RELATED.
ClusterGroup = IF( RELATED([Firm]) <> BLANK(), RELATED([Firm]), [ModelName])

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
12-16-2024 07:37 PM | |||
12-20-2023 08:36 AM | |||
03-03-2025 12:44 AM | |||
10-26-2024 10:28 AM | |||
Anonymous
| 03-02-2023 04:30 PM |
Featured Topics
Top Kudoed Authors (Last Month)
User | Count |
---|---|
137 | |
107 | |
84 | |
60 | |
46 |