
Mario Sanchez
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 0
Activity overview
Latest activity by Mario Sanchez-
Mario Sanchez commented,
Taro, Your suggestion is timely - just today we announced additional integrations with Amazon, as part of our efforts to help customers achieve continuous intelligence. Find the press release here:...
-
Mario Sanchez commented,
Eric, Since it's a small set, a simple way to do it is with a few IF statements: ... | if(role = 1, "Admin", role) as role | if(role = 2, "Poweruser", role) as role | if(role = 3, "Analyst", role) ...