Hello,
I have UserParameter with sql query. At this moment I ran query each 5 minutes - values go to graph on dashboard, which refreshes each 15 minutes.
I don't want to run this sql query so often, so I put once per day - as a result on graph all lines disappear.
Is it possible:
Run UserParameter - Get value - Put this value as a start point on graph and this line continues by it self till next refresh?
Or maybe You already have other solution for this.
Thank You,
I have UserParameter with sql query. At this moment I ran query each 5 minutes - values go to graph on dashboard, which refreshes each 15 minutes.
I don't want to run this sql query so often, so I put once per day - as a result on graph all lines disappear.
Is it possible:
Run UserParameter - Get value - Put this value as a start point on graph and this line continues by it self till next refresh?
Or maybe You already have other solution for this.
Thank You,
Comment