Three Graphs and Data need to display in a single screen

Hi Gurus,
I have a requirment that customer wants to see three graphs and data in a single screen.
The data will be avilable in a single query, how can i display.  I gone through with many SDN blogs, but i did not get the solution.
Requirment is:
First graph         Business Unit informaiton, there are around 7 BUs, under each BU, they have 3-7 Industry groups.
Second Graph:  Industry Group, under each industry group there are no of customers, i want to display top ten customers.
Third Graph:  Top Ten Customers.

Hi Karanam,
Assuming you are using WAD;
First graph Business Unit information, there are around 7 BUs, under each BU, they have 3-7 Industry groups.
-You would need to have a Query that displays the BUs with their Industry Group count i.e BU in the Rows with Industry Count as the KF - I assume you want to show count here
-Build a Data Provider DP1 on the Query
-Drag a Chart webitem onto the web template & assign DP1 to it - use a Column/Bar Chart to display the Category 'BU' & Series 'Industry Count'
Second Graph: Industry Group, under each industry group there are no of customers, i want to display top ten customers.
-You need to have a Query that displays the Industry Groups & top 10 Customers within each i.e.  - create a Query Condition to achieve top 10 Customers based on some criteria - I assume Sales Revenue or likewise
-Build a Data Provider DP2 on the Query
-Drag a Chart webitem onto the web template & assign DP2 to it - use a Column/Bar Chart to display the Categories 'Industry Group', 'Customer' & Series 'Sales Revenue' or likewise
Third Graph: Top Ten Customers.
-You need to have a Query that displays the top 10 Customers i.e.  - create a Query Condition to achieve top 10 Customers based on some criteria - I assume Sales Revenue or likewise
-Build a Data Provider DP3 on the Query
-Drag a Chart webitem onto the web template & assign DP3 to it - use a Column/Bar Chart to display the Category 'Customer' & Series 'Sales Revenue' or likewise
--Priya
Edited by: Priya Jacob on May 27, 2010 7:41 AM

Similar Messages

  • HT201263 after restarting and restoring ipod touch, display is still white screen

    after restarting and restoring ipod touch, display is still white screen. I have done this several times. One time, the display went to the home screen, but immediately went back to the white screen when I plugged it into the charge cord. The music continued to play however. help!

    If you restored to factory settings/new iPod and still have the problem that indicates a hardware problem.
    Make an appointment at the Genius Bar of an Apple store..
    Apple Retail Store - Genius Bar

  • Macbook 13" 2009 shutting down when moved randomly and when finally able to turn back on time and date needs to be reset.. Help?

    2 times in the last week when i have picked up my macbook to place beside me it has shut down, and takes a little while to turn back on, when it does turn on again the date and time needs to be reset and wifi password  needs to be re-entered as well..
    I have no idea what is going on but i dont like it... any help would be great !!

    That battery is relatively healthy, say relatively due to the high cycle count, the number of full charge cycles it has had.  The lower capacity simply reflects the high number of charge cycles and is not an issue, only a measure of how long the MacBook will work when running on battery power.  The voltage is right where it should be for a MacBook, in the range of 11.5 to 12.5 volts...12.3 volts is a strong battery.
    Now to the auto-shutdown for lack of a better term - that sounds a lot like something loose inside the MacBook that when jarred shorts/shutsdown the sytem with a loss of basic information.  You could try things like an SMC reseet or PRAM reset but I seriously doubt they would have any affect.  Best option would be a visit to an Apple store genius bar to have the techs run some diagnostics to see if they can identify something going wrong inside.
    Hope this helps and you can find resolution...auto shutdowns of this type are not really good for the system.

  • Time and date need to be reset when the battery dies

    Any help on fixing this issue? Computer gives the warning that the power is running low, then turns off with 6% battery left. When I power it up the system needs to reboot completely and each time the date and time need to be reset.. Why is this?

    That battery is relatively healthy, say relatively due to the high cycle count, the number of full charge cycles it has had.  The lower capacity simply reflects the high number of charge cycles and is not an issue, only a measure of how long the MacBook will work when running on battery power.  The voltage is right where it should be for a MacBook, in the range of 11.5 to 12.5 volts...12.3 volts is a strong battery.
    Now to the auto-shutdown for lack of a better term - that sounds a lot like something loose inside the MacBook that when jarred shorts/shutsdown the sytem with a loss of basic information.  You could try things like an SMC reseet or PRAM reset but I seriously doubt they would have any affect.  Best option would be a visit to an Apple store genius bar to have the techs run some diagnostics to see if they can identify something going wrong inside.
    Hope this helps and you can find resolution...auto shutdowns of this type are not really good for the system.

  • In the middle of updating my iphone 4, a icon popped up saying that itunes had detected an iphone in recovery mode and i needed to restore it. my iphone screen is a picture of a usb cord with an arrow pointing to an itunes symbol. what do i do?

    i started to update my iphone 4, and in the middle of the update, an icon popped up saying that "iTunes has detected an iPhone in recovery mode. you must restore this iPhone before it can be sued with iTunes."
    I really cannot lose the data on my phone. i foolishly did not back up everything ecause there was a previous problem i had with icloud and i needed to delete all of my icloud accounts accept for my contacts.
    WHat would i lose if i restored it? and do i need to restore it?
    is there another way? if there is, i definetely do not need the update. someone please help me.

    First, in iTunes, launch Preferences and go to the Devices tab. Check the date and time of the last backup. If it is recent you can restore it. However, if you mean you have the photos back in your Camera Roll then the backup was already restored. To get your music and apps back it should just be necessary to click "Sync".

  • Two grid display in a single screen

    We need to display two grids in a single screen. In first grid we will display the line items and in the other one we need to display the error logs encounterd during the execution of program. Can anyone let us know any way we can do this.

    Hi,
    In one screen . Put 2 containers with different names.
    cont1,cont2
    on each of the container call grid,grid1 like below .
    1. this is for item line display
    IF g_r_grid IS INITIAL.
          CREATE  OBJECT  g_r_cont
                      EXPORTING  container_name  =  'CONT1'.
        g_r_variant  =  sy-repid.
    *--Build  field  catalog
        PERFORM build_field_catalog.
    *--Layout selection
        g_r_layo-cwidth_opt  = g_c_set.
        g_r_layo-no_rowmark  = g_c_set.
        g_r_layo-sel_mode    = space.
        CALL METHOD g_r_grid->set_table_for_first_display
          EXPORTING
            i_buffer_active = g_c_set
            is_variant      = g_r_variant
            is_layout       = g_r_layo
            i_save          = g_c_set
            i_default       = g_c_set
          CHANGING
            it_outtab       = g_t_alv
            it_fieldcatalog = g_t_fieldcat
            it_sort         = g_t_sort.
      endif
    1. this is for error data display
    IF g_r_grid1 IS INITIAL.
          CREATE  OBJECT  g_r_cont
                      EXPORTING  container_name  =  'CONT2'.
        g_r_variant  =  sy-repid.
    *--Build  field  catalog
        PERFORM build_field_catalog.
    *--Layout selection
        g_r_layo-cwidth_opt  = g_c_set.
        g_r_layo-no_rowmark  = g_c_set.
        g_r_layo-sel_mode    = space.
        CALL METHOD g_r_grid->set_table_for_first_display
          EXPORTING
            i_buffer_active = g_c_set
            is_variant      = g_r_variant
            is_layout       = g_r_layo
            i_save          = g_c_set
            i_default       = g_c_set
          CHANGING
            it_outtab       = g_t_error
            it_fieldcatalog = g_t_fieldcat
            it_sort         = g_t_sort.
      endif

  • Save multiple waveform graphs and data in one Excel File

    Hi there,
    I managed to save data from waveform graph into excel file and saving the plot into excel but individually. I'm aiming to save both the data and the plot in an excel file. May I know how do I do it? I've tried using the Write to Measurement File vi and also the invoke node of the waveform chart but it's still not giving me what I've wanted. 
    The above was only for one analog input channel and I have 2 analog inputs each with their respective sets of data and plot. Is there a way to execute the data and plot of one input in one worksheet and another set of data and plot in another worksheet, all in one excel file?

    Hi there;
    I would recommend using the Report Generation Toolkit; it is the easiest way.
    You can use either the Report Express VI or the Appi to save all your data in both formats
    Greetings

  • Cross Appplication data need to displayed.

    Hi Friends,
    I have to create Info set through below details.
    I need to get the data from the table BSAD like Belnr, Vbeln,....etc.  And also i need the data of materials matnr and its discription. So i tried to join BSAD and VBRP, but here the problem is in vbrp table there is no data for posnr. First i need to pick belnr say 100000, vbeln say 2000 and posnr say 10.
    Affer getting this i need pick matnr and its description.
    I need the tables to get data of posnr and the matnr.
    Thanks in advance.
    Regards,
    Vishal.
    Edited by: vishal g v on Aug 27, 2008 3:40 PM

    Hi
    thanks for reply.
    I have taken the MAKT table.
    BSAD is joined with VBRP BSAD-VBELN, BSAD-POSN2.
    I have to create Info set through below details.
    I need to get the data from the table BSAD like Belnr, Vbeln,....etc. And also i need the data of materials matnr and its discription. So i tried to join BSAD and VBRP, but here the problem is in BSAD table there is no data for posnr. First i need to pick belnr say 100000, vbeln say 2000 and posnr say 10.
    Affer getting this i need pick matnr and its description.
    I need the tables to get data of posnr and the matnr.
    So posn2 doesnot contain data. i need to compare with posnr because vbeln is mutiple.so posnr will be third key. i need the tables for to get this data.
    I am BI Consultant, After creating info set i need to get the data in BW. Any one can help me out in this .
    Regards,
    Vishal.
    Edited by: vishal g v on Aug 27, 2008 5:07 PM
    Edited by: vishal g v on Aug 28, 2008 1:32 PM

  • Va21 and va22 need to display messages based on item condition

    pls provide me the exit name or enhancement spot name where i can display the messages in tcode va21 and va22 with respect to line items.
    there are komp-kzwi6 one field is there in this structure with respect to this field condition i need to populate the warning message.
    pls provide me as soon as possible.
    in MV45AFZZ  i have tried. but for this exact field condition i am not getting
    Edited by: Shantha Sheela on Apr 2, 2009 12:08 PM

    could u pls explain more abt this since its holding only the below parameters.
    not the komp structure.
    IMPORTING
    *"             VALUE(I_VCSD_UPDATE_NEW) LIKE  VCSD_UPDATE
    *"                             STRUCTURE  VCSD_UPDATE
    *"             VALUE(I_VCSD_UPDATE_OLD) LIKE  VCSD_UPDATE
    *"                             STRUCTURE  VCSD_UPDATE
    *"             VALUE(I_VCSDPOS) LIKE  VCSDPOS STRUCTURE  VCSDPOS
    *"             VALUE(I_VBAP) LIKE  VBAP STRUCTURE  VBAP
    *"             VALUE(I_VBKD) LIKE  VBKD STRUCTURE  VBKD
    *"             VALUE(I_VBAK) LIKE  VBAK STRUCTURE  VBAK
    *"       EXPORTING
    *"             VALUE(E_VBAP) LIKE  VBAP STRUCTURE  VBAP
    *"             VALUE(E_VCSDPOS) LIKE  VCSDPOS STRUCTURE  VCSDPOS
    *"             VALUE(E_VALUES_CHANGED)

  • Reg: Dates need to display as quarter basis..

    Hi all,
    In my selection screen I have field like date., here it need to show the date as quarter basis.
    Example:Here my requirement is when I run the program in April 2009 it needs to show the dates in selection screen field as 01/2009 to 03/2009.
    So can you please tell me the way to approach.
    With regards.
    mahaboob

    got it

  • My email and app notifications wont display on my home screen and my emails wont push through without manually retrieving them?

    Help please. it says to connect to itunes to activate push but it still wont work. When i open WhatsAp it loads the messages but wont tell me i have messages until i open the app.

    Hi, bjoseph1986. 
    Thank you for visiting Apple Support Communities.
    I would start with signing out of all services that require signing into your Apple ID and then signing back in.  Be sure to test the results after processing these steps.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    If you are still experiencing the issue, backup your device via either iCloud or iTunes and restore the device.  Once this is done, restore from you backup to retrieve your data.
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    iTunes: Restoring iOS software
    http://support.apple.com/kb/HT1414
    Cheers,
    Jason H.

  • Data is not displaying on e-learning screen

    Hi,
    Sorry for using this forum but, could any one of you please let me know  whether i need to install any software to display e-learning material as nothing is displayed when i ran the e-material url ( only screen with related topics on left hand side is displayed).
    Regards,
    Nawaz.

    Hi,
    Sorry for using this forum but, could any one of you please let me know  whether i need to install any software to display e-learning material as nothing is displayed when i ran the e-material url ( only screen with related topics on left hand side is displayed).
    Regards,
    Nawaz.

  • Need to display footer after displaying some item data

    Hi ,
      I have the requirement that i need to display only 15 records in a page,If more records display 15 and then need to display footer and need to go next page  to display next records.Every thing is ok but how to display footer data after 15 records in first page.Please help me on this.
    Thanks,
    Kumar.

    Hi friend,
    Its simple.
    Just do the code as follows,
    The logic flows like this,
    table
      Header
      Main Area
         at the end of cells add alternatives
         In the alternatives check for loop count (you can use a variable and increment for each loop or you can use sy-index system      
         field) check whether the count is 15.
         True break page using commands.
         So the control will come to footer and it will display the footer and the loop will continue.
    Footer.
    Else try to put the fotter like line type inside the main area and then display it after 15 records and do a page break.
    Either of the two ways you can do this.
    If you face any issues in this revert back to me i will help you.
    Thanks,
    Sri Hari

  • 2 ranges of sales order date to be displayed under one coloum.

    Hi ALL,
    I need the o/p of the two select-options to be displayed in a single column??
    EX  :    sodat1    1.10.2006        TO         20.10.2007
                  sodat2    1.12.2008        TO         20.10.2009
    I need these dates to be displayed in a single coloumn under SO.
             SO  (SALES ORDER)
          1.10.2006 
         2.10.2006
         3.10.2006     .
         20.10.2007             AND continuously next range of sodat2 LIKE
          1.12.2008
           2.12.2008
          3.12.2008   .
        19.12.2009
        20.10.2009
    Suggest me some steps to do or any sample codeing.
    Thanks&Regards,
    R.Vinoth.

    Hi Vinoth,
    Use the below code.
    SELECT-OPTIONS: s_num FOR sy-datum,
                    s_num1 FOR sy-datum.
    DATA: BEGIN OF itab OCCURS 0,
           num type sy-datum,
          END OF itab.
    *For select option 1.
    IF NOT s_num-low IS INITIAL AND
      NOT s_num-high IS INITIAL.
      WHILE s_num-low LE s_num-high.
        itab-num = s_num-low.
        APPEND itab.
        s_num-low = s_num-low + 1.
      ENDWHILE.
    ELSEIF NOT s_num-low IS INITIAL.
    LOOP AT s_num.
        itab-num = s_num-low.
        APPEND itab.
      ENDLOOP.
    ENDIF.
    *For select option 2.
    IF NOT s_num1-low IS INITIAL AND
      NOT s_num1-high IS INITIAL.
      WHILE s_num1-low LE s_num1-high.
        itab-num = s_num1-low.
        APPEND itab.
        s_num1-low = s_num1-low + 1.
      ENDWHILE.
    ELSEIF NOT s_num1-low IS INITIAL.
    LOOP AT s_num1.
        itab-num = s_num1-low.
        APPEND itab.
      ENDLOOP.
    ENDIF.
    LOOP AT itab.
      WRITE:/5 itab-num.
    ENDLOOP.

  • HR Intelligence message: Data cannot be displayed due to security privilege

    Dear Gurus,
    I have setup HR intelligence and following messages are appearing for all new users who are viewing graphs:
    Information: Data cannot be displayed due to security privileges_
    I know it is something to do with with security issues but i dont know from where to allow the users and make changes to security .
    any help would be highly appreciated,
    regards,
    Muhammad Noman Shafique

    Did you check below -
    HR DBI Dashboard Shows Data Cannot be Displayed Due to Security Privileges For a Particular User [ID 423070.1]
    Data Cannot be Displayed Due to Security Privileges on DBI Portlets/Dashboards [ID 395066.1]

Maybe you are looking for

  • Problem in filtering table and navigate to another jspx page

    Hi all i am useing Jdeveloper11. Consider this senario : run a.jspx ---- >it is a master detail. master in find mode - detail in grid. when i click create button in grid , a new page(B.jspx) will open in same window.and a new row will created in form

  • Logical data base copy

    Hi friends,    Iam using one report with Logical database in 4.7 Version.    I want copy the same report with same Logical databse..    How can i copy the LDB without changing anything in ECC6 from 4.7..    please suggest me.. Thanks in Advance, Samp

  • Networked P4015tn, automated printing issues.

    I support a program that uses MS Word to create reports automatically.  The process opens a Word template, feeds in the data, saves the new document then sends it to a HP P4015tn printer on the network.  This process is repeated for each report the u

  • Foreign Currency Revaluation concept

    HI experts, I am an MM Consultant, I would like to know the concept behind Foreign Currency Revaluation, I want to know the process in depth with concept wise and configuration wise. good reply will be rewarded. Thanks in advance.

  • Unable to read data to Navigtional Attributes

    Hi, unable to read navigation attributes from a BI cube when loading transactional data from BI to BPC. Please suggest the inputs, Regards, Sathwik