Spotfire visualization - Over in a running total gets blank values?
问题 I have built a bar chart visualization with Spotfire that includes the use of the Over function to give a running total. Months are on the X axis and counts are on the Y axis. My data set contains months where there were no values. When I graph that there is no bar although a running total should still contain a value although zero was added for that month. How do I get a month with no value to still show a bar for that month? 回答1: Yes, You can try Count() OVER (AllPrevious([Axis.X])), this