Skip to main content

Hi All,

i have problem . i created parameter with profit and sales in drop down but i am not getting how to do this any help will be highly appreciated.

Ex : if i select profit pie must chow profit wise values etc..

how to make this pie work  ?

7 answers
  1. Jun 8, 2015, 12:06 PM
    Hi Jessy

     

    Step:1

    Create parameter [Measure Parameter] list as Sales, Profit and Unit Price

     

    Hi Jessy Step:1Create parameter [Measure Parameter] list as Sales, Profit and Unit Price Step:2Create calculation as follows [Measure Calc]case [Measure Parameter]when

    Step:2

    Create calculation as follows [Measure Calc]

    case [Measure Parameter]

    when "Sales" then [Sales]

    when "Profit" then [Profit]

    when "Unit Price" then [Unit Price]

    end

     

    Step:3

    Select product category and new calc and select show me pie chart.

     

    Step:4

    Show Parameter control and select Kpis.

     

    Now you will get relevant one.

     

    Thanks

    sankar

0/9000