-
Re: Calculating Time Diff (in hours) over Multiple Days
Hello @MargieDomo Try this one : (UNIX_TIMESTAMP(`TimeStamp_1`)-UNIX_TIMESTAMP(`TimeStamp_2`))/36002 -
Re: Having Multiple Group By tiles?
@TC1199A To have 2 independent groupings (Group By) , you will definitely need 2 separate grouping tiles The reason why Minimum and Maximum is not showing up in the aggregation type is due to the fie…4 -
Re: Can I Create Variables in Beast Mode?
You can create a first Beastmode with a case statement but if you want to call it in other calculation, you will have to use the actual formula first created, otherwise it will give you a syntax erro…4 -
Re: Independent filtering within a dashboard, using the same column
@bradw you have to adjust the interaction on each selector independently to enable interaction filters to ONLY apply to selected cards. clicking on CHANGE will open the list of all the cards in your …2 -
Re: Is there a way to track user reported card issues if you are not the card owner?
Look for the [Activity Log] dataset, I think it is in the DomoStats instead of the Governance Datasets (dont remember) .... once you find it, look for report and issue or something like that in the […2