-
Re: How can I get rid of extra characters in attributes
Try something like this, replacing the field with your actual field name: SUBSTRING(SUBSTRING(`FIeld`, INSTR(`FIeld`, '_')+1), 1, INSTR(SUBSTRING(`FIeld`, INSTR(`FIeld`, '_')+1), '_')-1)1 -
Re: Average time to response but how do I not include weekends?
I think there's a way to do this by figuring out the day of week of the created field, the day of week of date of response, and the datediff of the two. You should be able to calculate how many weeks…2 -
Re: does DOMO card have this kind of function to highlight the margin concern?
I believe you should be able to do something like this using a variable. You would build a slider control for the Margin Concern, then use that in a beast mode that you would use as a filter, so that…1 -
Re: Toggle Series through a filter
If I understand right, you want to build one card with the ability to choose your series instead of building separate cards? That sounds like a job for variables: Basically, you'll build a variable t…3 -
Re: Any row is added alert issue
I noticed that the 'Any row is added' option is still available on datasets that aren't views, so maybe you can get the same results you had by doing this in Magic ETL instead of a view. Also, it may…1