Forum Discussion
bfaivre
9 years agoRegular Visitor
Plot Values (y axis) vs. Time (x axis)
Hello, I’m sure I’m missing something really basic here. But I have data that I retrieve from a database. The first columns represent timestamps and the second columns represents values. I simply...
Greg_Deckler
9 years agoCommunity Champion
So, in your Values area for the visualization, can you use the drop down and select a different aggregation than Count? Or, can you change the default aggregation type in the model?
bfaivre
9 years agoRegular Visitor
Yeah - I can change the aggregation (see screenshot below):
- Greg_Deckler9 years agoCommunity Champion
OK, just change it to SUM or AVERAGE then, or maybe MAX.
- bfaivre9 years agoRegular Visitor
Thanks for the response. That just give me another aggregate. I simply want to plot each value on the y-axis based on the timestamp on the x-axis w/no aggregation.
Brian
- Greg_Deckler9 years agoCommunity Champion
I think I posted a way to do this using R visualization and ggplot, let me see if I can find it. Well, couldn't find that one, but it is an option, you also can see this solution as well: