How do you sort a calculated field as text?
Best Answer
-
This looks like there may be more than just the text field being sorted since I think the logical progression would start with 120. I would take a look at your sorting filters first.
Then, in general, if you want to sort out the order in which the items are displayed, you could take the same case statement you have below (make a new field called "legend order" or something) and instead use a numbering system:
CASE
when DATEDIFF(`created_at`,`customer_created_at`) < 31 then 1
when DATEDIFF(`created_at`,`customer_created_at`) < 61 then 2
when DATEDIFF(`created_at`,`customer_created_at`) < 91 then 3
when DATEDIFF(`created_at`,`customer_created_at`) < 121 then 4
when DATEDIFF(`created_at`,`customer_created_at`) > 120 then 5
endThen you could put this new field into the "sorting" portion of the analyzer. However, this may not work if other properties are overriding it. Hope this helps!
1
Answers
-
Could you just insert a straight diff calc beastmode as your sort?
DATEDIFF(`created_at`,`customer_created_at`)
Domo Consultant
**Say "Thanks" by clicking the "heart" in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0
Categories
- 7.7K All Categories
- 3 Connect
- 919 Connectors
- 244 Workbench
- 477 Transform
- 1.8K Magic ETL
- 60 SQL DataFlows
- 446 Datasets
- 37 Visualize
- 198 Beast Mode
- 2K Charting
- 8 Variables
- 1 Automate
- 348 APIs & Domo Developer
- 82 Apps
- Workflows
- 14 Predict
- 3 Jupyter Workspaces
- 11 R & Python Tiles
- 241 Distribute
- 59 Domo Everywhere
- 241 Scheduled Reports
- 15 Manage
- 36 Governance & Security
- 27 Product Ideas
- 1.1K Ideas Exchange
- Community Forums
- 14 Getting Started
- 1 Community Member Introductions
- 49 Community News
- 18 Event Recordings
- 579 日本支部