-
Re: Add Javascript Hyperlink to Table
Hello @jaz, Sadly we do not support Javascript. However you can use HTML in a table card to hyperlink. You would apply this through a beastmode. For example your beastmode would look similar to: CONC…1 -
Re: Current Day vs Previous Day in Table
Hello @iQuanti, This can be accomplished through a SQL dataflow. You will have two transforms. Transform 1 will be to group your data down to a day view. SELECT `Date` ,SUM(`Sales`) As 'Sales' ,`Prod…1 -
Re: Domo Login Activity App
Hello @Wendizzle, You can reach out to the domo support team to get this dataset enabled. You can email them at support@domo.com1 -
Re: Filtering dates in Magic ETL
Hello @dr, Sadly, this is something that we would not be able to do through magic ETL, currently. However, you can accomplish this in a SQL dataflow. If you would like help doing this you can email m…1 -
Re: Beast Mode Code
Hello, In order to call upon NULL values in a beastmode you refer to them using the key word NULL. For example: CASE WHEN `date` IS NULL THEN 'x' ELSE 'y' END If this does not fix the issue you are e…1
Welcome!
It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In