-
Re: How can I create personal cards?
@har_d_har1 my first instinct here is that PDP is your best solution. It doesn't have to be hard-coded values - you can assign based on user attributes, or create custom rules. Is there something in …4 -
Re: Beast Mode Case Excluding Certain Strings
@Domomon the syntax is NOT LIKE when you want to be sure it's not anywhere in the string. So: CASE WHEN `campaign` LIKE '%online%' THEN 'Online' WHEN `campaign` LIKE '%residential%' AND `ga_campaign`…3 -
Re: Magic ETL -Combine Columns
@Pau you can't use a federated dataset in Magic ETL (see the KB https://domo-support.domo.com/s/article/360049429094?language=en_US). However I did see another thread where @MarkSnodgrass suggested u…1 -
Re: Trying to Count the number of Appointments in my data
@Cwal it looks like the problem is in the SQL syntax. I think I understand you are trying to exclude both values 'No Code0Bay 0' and 'No Code0NoBay'? So your SQL should be AND, not OR. Also a side qu…1 -
Re: Stats for number of Cards per Page
@AttuAk i think you can do this but you will need a couple of the governance datasets. For page name, owner, created date - you can get this from the DomoStats Pages Report. For number of cards - you…1