Skip to main content
I created an object to capture historical data with daily counts of different asset types. I am trying to have a graph that tracks the totals of each type over time. In the history object, it is structured like:

 

date    count of type 1   count of type 2   etc...

 

I can build the report that summarizes the data, but I can't get more than one line to show up on the graph. i.e. I can only graph one type at a time. 
2 answers
0/9000