reporting services - SSRS 2016 - data bar chart with repeating color states over time -


i use ms ssrs 2016 enterprise.

i have measured values on time want show on 1 bar chart. values consists of time , status measured in time, e.g.:

time  | status 05:01 | g (green) 05:15 | r (red) 06:08 | g 11:41 | y (yellow) 11:43 | r 11:59 | y 13:00 | g 

all need show 1 colored bar day 00:00 23:59 colored according actual status. time on x axis , in case above 05:01 05:15 green, 05:15 06:08 red, 06:08 11:41 green, 2 minutes yellow, red etc.

is there ssrs object, able this? calculation of status each time not optimal, show periods instead can't find appropriate chart type.

any help? in advance!

edit: these real data being load dataset.

time                status 2016-10-30 10:56:00 0 2016-10-30 10:26:00 3 2016-10-30 07:56:00 0 2016-10-30 06:56:00 3 2016-10-25 17:50:00 0 2016-10-22 08:09:00 0 2016-10-22 07:09:00 3 2016-10-21 13:36:00 0 2016-10-21 08:57:00 0 2016-10-20 15:21:00 0 2016-10-20 15:07:00 0 2016-10-18 19:13:00 0 2016-10-18 15:43:00 3 2016-10-18 03:13:00 0 2016-10-18 02:43:00 3 2016-10-17 14:04:00 0 2016-10-17 14:03:00 0 2016-10-17 12:53:00 0 2016-10-07 17:46:00 0 2016-10-07 17:26:00 0 2016-10-07 17:20:00 0 2016-09-17 19:05:00 0 2016-09-17 18:35:00 3 2016-09-14 09:33:00 0 

in case, there should long green horizontal bar (because of status 0) few red spaces (because of status 3) between 2016-09-17 18:35 - 19:05, 2016-10-18 02:43 - 3:13, 2016-10-18 15:43 - 19:13, 2016-10-22 07:09 - 8:09, 2016-10-30 06:56 - 7:56 , 2016-10-30 10:26 end of graph.

finally, found out wanted. i'm posting here answer question future readers. found blog:

http://pnarayanaswamy.blogspot.sk/2010/09/range-bar-chart-gantt-chart-using-ssrs.html

the object best task range bar chart. first needed precalculate "status", "from time" , "to time". put time on x axis , status serie, range top , bottom value , times. made kind of gant chart rearranged needed setting drawsidebyside option. colors made setting expression serie filling.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -