User Activity

I have a requirement where I need to populate running totals: Eg. Date Product value cum_total 20180201 abc 5 5 20180202 abc 2 7 20180203 ...
I have a bunch of tables to get from ServiceNow Query snap. I want to parameterize them by passing table variable. It is throwing up an error: Failure: An error occurred while fetching the records (status code: 400), Reason: Bad Request, Resolution: ...
I am looking to run analytics on the stats regarding thru put, failures, etc. to automate reporting. Is there any metadata tables I can access to get this info? Love this community and seeking to learn from a lot. Thanks.
I am trying to load ServiceNow data to Redshift. Looks like there are no read snaps available. Got the data to S3 using curl in the json format. Looks like json parser is not parsing the data correctly. Child records are at level 3. I put in a mappe...
Hello. I want to get running totals: here is my raw dataset: key1 key2 qtr ct 2. 1. 5 3. 2. 4 4. 3. 1 5. 4. 3 My result: key1 key2 qtr RunningTotal 2. 1. 5 3. 2. 9 4. 3. 10 5. 4....
Kudos from