-
Node.js Domo Data Set API not returning data...
Hi. I've got my node app to the point where it returns an access token, and as far as I can tell my Node.js request syntax is correct. However, in the response I return I don't see any data. I'm trying to pull a tiny test set I made for this purpose. Do you see any mistakes with the below code? ``` function…
-
Filter users using custom segment filters in advance google analytics connector.
I would like to qualify google analytics advanced connector results using custom dynamic segment definitions at the user level--so far I've only received error messages. Has anyone had success qualifying user segments like this? I'm talking about the details section pictured here: For example, the filter "…
-
Magic ETL Replace String Blank Spaces
Is there a way to strip the blank spaces out of a text value in magic etl? My client is concatenating to text columns into a single column, and when they do it introduces a blank space between them. So the ask is to find a way of replacing/stripping that blank space with nothing. Tried text replace but no joy so far.…