It would be neat if I could create a beast mode that dynamically did something based on the current users trusted attributes. Something along the lines of:
CASE WHEN ATTRIBUTE('Role') = 'Manager' THEN <X> ELSE <Y> END
Or even be able to read the timezone from their profile so you can do real-time timezone conversions/calculations based on their local time.