Is it possible to write a query for an SSRS report which highlights a column where date is current?
My table contains start(monday) and end date(friday) for each week and week(the week number). For example:
Monday: 2014-04-07, Friday: 2014-04-11, Week: 32
Monday: 2014-04-14, Friday: 2014-04-18, Week: 33
Monday: 2014-04-21, Friday: 2014-04-25, Week: 34
For week 32 (current week) I would like the column to be highlighted in SSRS, then for week 33 it will automatically change and so on....
SSRS report:
32(week) |33(week) |34(week)
1 |23 |6
3 |65 |19
45 |12 |0