MS Line Chart, can't hide values

(6 posts) (2 voices)

Tags:

No tags yet.

  1. SteveD, Member

    Just started to play around with charts in reports, and I have ran into problems with my very first chart.
    select 'dbr.chart', 'MSLine', ''; select 'dbr.chart.options','showvalues', 0;
    To my mind this should show a multi line chart with no values on the lines/data points. What it actually does is show a multi line chart with percentages on all the data points.

    How do I make the multi line chart show no values at all on the lines/data points?

  2. myDBR Team, Key Master

    The values are not on by default. See the example.

    Can you show the full report code when you export the report as SQL?

    --
    myDBR Team

  3. SteveD, Member

    select 'dbr.chart', 'MSLine', ''; select 'dbr.chart.options','showvalues', 0; select 'dbr.chart.options','rotateNames', 90;

    SELECT [CDate], [Process], SUM([Weight]) AS 'Weight' FROM #ProcI WHERE [Weight] > 0 GROUP BY [CDate], [Process] order by CDate, Process

  4. SteveD, Member

    The above displays as follows

  5. myDBR Team, Key Master

    That should not produce the values. What is the version and build you are running? Run the updater to see if the problem persists.

    --
    myDBR Team

  6. SteveD, Member

    Was on myDBR 4.6.0 (build 2898)

    Have just ran the update and that solves it. Many Thanks :)


Reply

You must log in to post.