-
Re: Create A Beastmode filter that Shows Prior Year Sales in January, then switches to YTD starting Feb
Hi @Stephanie_Price I think this is what you're looking for: CASE WHEN MONTH(CURRENT_DATE()) = 1 AND YEAR(`Date`) = YEAR(CURRENT_DATE()) - 1 THEN 'Include' WHEN MONTH(CURRENT_DATE()) > 1 AND `Date…3 -
Re: bricks that can be edited by more than one user
Resurrecting this, it seems bizarre that I can edit the AppDB collection containing the code, but have no ability to edit the code via the brick. Bricks need better permissioning.1 -
Re: Fun Friday: Where is your favorite place to visit?
Absolutely love visiting the beaches in Florida. So many great memories with the fam there. For a long weekend we head to my parents place near Pleasant Lake here in Michigan, always good to have a b…1 -
Re: Making your DDX HTML Brick transparent
@meerens this helped me out today just wanted to say Thank you!1 -
Re: DomoPhoenix.CHART_TYPE.RADIAL - When minimum value is 0.
I was able to get it to show a zero, but the value was 0.0000001 It does seem like this should be a toggle to force show the zero value.1