-
Transferring shared cards to new group (Ad Hoc group -> Directory Group)
We've implemented SSO to make it easier to manage groups (we have directory department groups) and I want to migrate or share all the cards / pages available to the old group to the new group. We have Active Directory groups that have been created and I want to share all the content shared with the previous group to the…
-
Visitor Frequency Beast Mode & Card building
I have an activity log for every activity a user creates on our website. I want to calculate for a time period the number of users that have visited once, 2-5 times, 6-12 times and 13+ or some such off the activity date and user ID. In SQL I would create a dataset of visits by user ID then group by that - however I want to…
-
Beast mode to calculate month over month user count changes
One of the metrics we calculate as a business is our user change month over month. Our main data set we work off of is an activity log dataset which contains the date of the activity, the user id, and details about the activity. For active users we calculate the distinct number of users for that time period such as the…