Forum Discussion
daytripper
8 years agoFrequent Visitor
Chart not being sliced by date
Hi all... Hopefully a simple one, but I'm a new user and really stumped... I have a date slider and a histogram beneath it. When I move the data-start date on the slider, the data disappears ...
Floriankx
Solution Sage
8 years agoHello,
I agree to danextian.
Maybe you could try and built an additional measure.
Measure2:=If([Measure]=0,Blank(),[Measure]), so you can supress 0-Values. Maybe this works.
daytripper
8 years agoFrequent Visitor
will give this a try - thank for the help..!