Getting Started with Adobe After Effects - Part 6: Motion Blur
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.
Loading

1st Prize - Apple iPad


SQLServer Quiz 2011 - Graphs in SSRS

  • Suppose you are presented with the following data which shows the price data for your client’s brand (MyBrand), your client’s competitor brand (CompBrand) and the highest and lowest price data within that segment in the market.

    alt text

    You are asked to come up with the following graph in SSRS

    alt text

    The grey shaded area shows the high and low prices in the market, while the blue line and red line shows data for MyBrand and CompBrand respectively.

    Marks would be awarded based on the clarity of explanations given for the solutions.

    Posted on 06-17-2011 00:00 |
    Jason Thomas
    19 · 9% · 2997

2  Answers  

Subscribe to Notifications
  • Score
    9

    Step1: Create a table for the report as shown below: Create Table SSRSReport( Id Int Identity(1,1), Period Varchar(10), MyBrand Int, CompBrand Int, Maximum Int, Minimum Int)

    Insert the data in the table

    Step2: Create data source and dateset so as to fetch the data from above table. Create a SSRS report with chart type as Area and drag and drop Maximum and Minimum columns from the dataset onto the chart data area.

    Step3: Drag Period as the category field

    Step4: Select Series Properties of "Minimum" and set its Fill property to White Color. Similarly set Silver for Maximum Series.

    Step5: Drag MyBrand to the data region of the chart and change its "Type" property (from the property window) to Line,Plain. Similalry drag Comp Brand and make the changes as done for MyBrand.

    Step6: Select series MyBrand and set its "Marker" property to "Diamond". Also set the line color as "Blue". Similalrly set the marker as Square and line color as Red for CompBrand.

    Replied on Jun 17 2011 4:55AM  . 
    Nitesh Rai
    135 · 1% · 361
  • Score
    7

    Create a simple linear chart with your measures in series and Period in categories.

    -Keep Linear chart type for MyBrand and CompBrand series.

    -Change to Range chart type for maximum serie

    -Remove minimum serie

    -Configure your maximum serie with

      -rename it to *rangeprices*
      -add **Minimum** field as **Low Value**
      -move back serie in order to go behind linear ones
    
    Replied on Jun 30 2011 12:55AM  . 
    Jean-Pierre Riehl
    719 · 0% · 45

Your Answer


Sign Up or Login to post an answer.
Please note that your answer will not be considered as part of the contest because the competition is over. You can still post an answer to share your knowledge with the community.

Copyright © Rivera Informatic Private Ltd.