"Bi thing" SSRS charts and meters--analysis of the Three Kingdoms Superior counsellors, Commander data (illustrated)

Source: Internet
Author: User
Tags radar

In the original: "Bi Thing" SSRS charts and meters--radar analysis three superior counselors, Commander data (illustrated)

Radar chart analysis of the three countries superior counsellors, commander of the data, dedicated to the vast number of enthusiasts, hope to like the three friends to discuss, deepen the legend of the three times of understanding

Establish the Data Environment:

--extracting top 10 data from three superior counsellorsDECLARE @t1 TABLE    (      [name] NVARCHAR(255) ,      [Command] FLOAT ,      [Armed Forces] FLOAT ,      [Intelligence] FLOAT ,      [political] FLOAT ,      [Glamour] FLOAT    )            INSERT   into @t1        SELECT TOP Ten                [name] ,                [Command] ,                [Armed Forces] ,                [Intelligence] ,                [political] ,                [Glamour]         fromFactSanguo11WHERE([Intelligence] + [political] >  the )                 and([Intelligence] >=  - )                 andName<>N'Caocao'        ORDER  by [Intelligence] + [political] DESCSELECT  * from    @t1 --Column Change processingSELECT  [name] ,        [Indicator Item] =attribute,[Indicator Values] =value from    @t1UNPIVOT (Value forAttributeinch([Command],[Armed Forces],[Intelligence],[political],[Glamour]) ) asUPV

Execution Result:

--Extract the top 10 data from the three superior generalsDECLARE @t2 TABLE    (      [name] NVARCHAR(255) ,      [Command] FLOAT ,      [Armed Forces] FLOAT ,      [Intelligence] FLOAT ,      [political] FLOAT ,      [Glamour] FLOAT    )    INSERT   into @t2        SELECT TOP Ten                [name] ,                [Command] ,                [Armed Forces] ,                [Intelligence] ,                [political] ,                [Glamour]         fromFactSanguo11WHERE   [Command] + [Armed Forces] >  Max        ORDER  by [Command] + [Armed Forces] DESCSELECT  * from    @t2 --Column Change processingSELECT  [name] ,        [Indicator Item] =attribute,[Indicator Values] =value from    @t2UNPIVOT (Value forAttributeinch([Command],[Armed Forces],[Intelligence],[political],[Glamour]) ) asUPV

Execution Result:

The Three Kingdoms superior advisers, commander-in-chief with map:


Radar Chart Analysis Three Kingdoms Superior Counsellor, Commander Data (Final client effect):


"Bi thing" SSRS charts and meters--analysis of the Three Kingdoms Superior counsellors, Commander data (illustrated)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.