-
Re: Can Links to the Parent Page be Disabled?
There is no way to disable the link to a parent page. I would consider re-thinking your navigational structure so that you have a meaningful parent page. If you can't think of any alternatives, …2 -
Re: Is it possible to calculate 6 months of data for a metric?
You can do this in Magic ETL pretty easily with a formula tile, group by tile and a rank and window tile. In the formula tile, use the LAST_DAY() function to normalize the dates in each month to the …1 -
Re: CRM Sales Formula Help
I would suggest doing this in Magic ETL since you need to access previous rows. You can do this by filtering to Inherited Sale = True and then join it back to your original dataset and choose left jo…2 -
Re: How can I get the data from several feeder cards to populate a master card?
I would consider creating a Magic ETL that appends all your datasets together into a single dataset that would be used for all your cards on this page. You can add a constant for each dataset before …1 -
Re: Can Magic ETL calculate a sum over an entire column?
Magic ETL does need a column to be selected. The easiest way to do this is to use the Add Constant tile and create a column with a constant value or do the same with the add formula tile. Then, just …1

