Comments
-
Glad you were successful, regexs are pretty powerful
-
Hey Matt - Any luck with this?
-
You could try a Beast Mode caluclation that defines the sort order logic. Something like: CASE When `categories` = 'start' then 1 When `categories` = 'new' then 2 When `categories` = 'completed' then 3 When `categories` = 'ending' then 4 END Try adding this Beast Mode to sorting and sort accordingly . Hope this helps!
-
Have you tried using the transforms filters in Workbench? There are a couple of filtering options, but the Search & Replace Properties sounds like it may work for you. There are a bunch of regular expressions, with descriptions of what they look for, that will help you search a string for the text you're looking for and…
-
Hi Adeline - Are you adding the labels you'd like to see with the Data Label Settings under Chart Properties? I just put together a bar + line card, added the data lables for the bars, and exported to pptx - data lables seemed to come through fine. Hope this helps! - Aaron
-
Hey Matt - I just worked through a solution for this using Box. The Box connector I'm using is: yourdomain.domo.com/connectors/com.domo.connector.boxfileservice Just enter your domain and follow the setup process. Within the 'Details' section of the setup, the first field is called 'File Name'. The frontend of DCM report…