-
Remove demo dashboards/pages from a new user's account?
My organization has noticed that demo dashboards are being added by default to recently added user accounts. I'm unable to find a way to view/remove them. Is there any way to remove these demo dashboards through my admin account? Also, is there setting I can disable to to make sure these are not added onto future accounts?
-
Date Reference Exclusion/Inclusion
I'm attempting to write a beast mode that checks a static date with a dynamic minimum date. If the static date is greater than the dynamic minimum date it would be classified as 'No' and vise versa. The beast mode formula: CASE WHEN Onboarding Date <= (MIN(MIN(Report_Date)) OVER()) THEN 'Yes' ELSE 'No' END When I use the…
-
Min(Date) Question
I'm having issues getting my beast mode to show the earliest displayed date. In the attached screenshot I would like the "Test - Min(Report_Date) column to all be the same date (2023-01-01) I've tried the "Min()" function and it appears to only check for the earliest date in each row, not displayed date on the card. Any…