SSRS line chart not connecting data points

后端 未结 4 1188
再見小時候
再見小時候 2020-12-30 08:39

I\'ve looked high and low and can\'t seem to find an answer to what appears to be quite a straightforward issues (I would think).

I have a line chart where there is

4条回答
  •  粉色の甜心
    2020-12-30 09:05

    I just had a problem where it was showing markers but not the lines. I ended up solving it by wrapping the expression in a CInt() to convert it to an integer.

提交回复
热议问题