-
Re: Accessing Dataset
@mroker if you authenticated in workbench after the dataset was already created under the other user, I think they will still be the owner on the dataset, and will need to either share it with you or…1 -
Re: Can we export output data from a workflow in ETL?
@sharan_patil you can download a dataset to excel using the 'Export Dataset' option1 -
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: Help with a DATEDIFF calculation to create multiple ranges to sort on
@cpbwg i think you can force it to numeric by multiplying by 1 as a workaround. I tested this in my own instance and the date_diff() function gave me a measure type field without doing this workaroun…1 -
Re: Trying to get card that shows the row count that is shown in the data warehouse
@apritchett so within that there should be a number of options for the report: are you using the Datasets report? also - do you have access to all the datasets in your instance? I'm not sure, but I w…1