Comments
-
Needed to configure Embed authorized domains
-
I was pointed to this js file, which does what I want and Im gonna experiment with it https://github.com/domoinc/domo-node-embed-filters/blob/master/public/jsapi.js
-
thanks for your suggestion Jae, I checked the schema and the beastmode is not present. I included it as an actual calculation as GrantSmith said.
-
Thanks for your suggestion @MarkSnodgrass ! Unfortunately that did not have the outcome Im looking for. I think im trying to abuse the filters for 2 different use cases at the same time, which conflicts... Im gonna reach out to our CSM
-
Thanks for your suggestion! we gonna store it with our own data-store and ship it with the ETL.
-
We need some unguessable verification-key, for deeplinking back to our plaform. We did that by concat some fields and md5 it, but that does not work in beast mode. the MYSQL dataflow will take too long to run on each dataset update. im now looking into storing a random verification-key in our db and include that in the…