-
Re: Enable Preview Up to Point in ETL
@jimsteph yes! Great idea. most of the time I'm making changes at the tail end, and just need to test a few new tiles added. I would also think this would be advantageous for Domo because it would mi…2 -
Re: Failed to Convert Value from String Type to Boolean
@Cfunk here you go. A couple of issues with your original beast mode. You needed to wrap your date string inside of DATE() to convert from string type to date type. IFNULL() requires 2 arguments, som…1 -
Re: Substitute for if / then statements
The main difference between the two is that the IFNULL function takes two arguments and returns the first one if it's not NULL or the second if the first one is NULL. The COALESCE function can take t…1 -
Re: Chart with two bars, two lines
@Sean_Tully - you can use the Line + Grouped Bar Chart and then just specify the number of series on the left scale in the properties. This was built using a unique beast mode for each column/line1 -
Re: Identify Column vs Row PDP policies
@ColemenWilson - great idea! They even already have an appropriate icon they could add on that's currently an option in App Studio. Something like this for columns… or this one for rows…1