-For some reason I cannot perform math on the Details column of this report. It works for the total.value, but just keeps giving me N/A otherwise.
-How do I format the timestamp on x axis of bar graph? I somehow did this before, redid the data source on a graph so had to redo everything, and can't figure out how to get the date into a MM-dd format.
reportToCSV.csv (1.4 KB) Untitled-1.xml (18.0 KB)
full xml from report attached, plus my attempt at converting to csv. I couldn't get the online coverters to work with the copy from the report data pane, so it's just the section thats giving me trouble.
It doesn’t surprise me that it works for you. I had it working before and the total works. I’m assuming it’s something super simple I’m missing but after messing around with it for a couple hours, had to seek assistance
There's some sort of issue/bug/config error on my side where it's treating the count as a string(doesnt do this for the total). I verified this by scripting the data into a dataset. Was forced to convert to float before I could perform math on it.