Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Line charts - dynamically changing line style for future dates
klt64
<p>Hi,</p>
<p>I am using Actuate BIRT Designer Professional v 4.2.3.</p>
<p> </p>
<p>I have a line chart with a solid line. I wish to dynamically change the line style to dotted line for future dates, whilst still plotting the solid line for past dates in the same series.</p>
<p> </p>
<p>How might I be able to do this ?</p>
<p> </p>
<p>Many thanks</p>
Find more posts tagged with
Comments
pricher
<p>Easiest way might be to create 2 computed columns in your data set, one that holds data for past dates, one that holds data for future dates. Then plot the two computed columns as two different series in your chart. For the series with data in the future, change the style to dotted. </p>
<p> </p>
<p>Example attached.</p>
<p> </p>
<p>Hope this helps,</p>
<p> </p>
<p>P.</p>
klt64
<p>Thank you Pierre - I will give that a go
</p>