Analyzer Traffic Light Issue

Version 5.0.0.10045It seems that the traffic light works with only one formula, either down the column or accross the row on the same sheet (tab). I need a different formula for each single cell. If I show sales this year over last with a variance, I want the variance to show a green light over 4.99%, and if it less than 0%, a red light. I can do the latter. I also want to show gross profit percent, this year over last year with a variance. I want the GP variance to show a green light over .24%, and if it is less than 0%, I want it to show as a red light. BOTH FORMULAS ON THE SAME SHEET. ONE MEMBER (Sales) UNDER THE OTHER MEMBER (Gross Profit).If this can be done, your info will be appreciated.WSB Home Furnishing Corp.email: [email protected]

I tried to replicate the issue you're describing and could not. The first thing you should do is download the latest patch. Hyperion is currently at Analyzer 5.0.3. There were some traffic lighting and formatting enhancements from the version you are running. If this does not help I would contact support and open a case.

Similar Messages

  • Traffic light issue!

    hi, all
    i am just wondering if i can set the traffic light column position.
    and what i mean is :   now it is clear that  the exception column is always displayed as the first column in the alv grid ,   can we display the exception column in other position ?
    e.g   : 
    is it possible to display like this:
      column 1       column 2    traffic_light_column

    Hi,
    please go through following code....i hope u will get the solution..
    TYPE-POOLS:SLIS.
    data:begin of ITAB occurs 0,
         NAME(20) type C,
         AGE(22) type C,
         ADDRESS(30) type C,
         icon(4),
         end of ITAB.
    data :fcat type standard table of SLIS_FIELDCAT_ALV.
    data :wa_fcat like line of fcat.
    data:value type string.
    DATA:V_REPID LIKE SY-REPID.
    V_REPID = SY-REPID.
    ITAB-NAME = 'arun bajpeyee'.
    ITAB-AGE = '50'.
    ITAB-ADDRESS = 'DElhi'.
    ITAB-icon = '@0A@'.
    append ITAB.
    ITAB-NAME = 'taneesha bajpeyee'.
    ITAB-AGE = ''.
    ITAB-ADDRESS = 'banglore'.
    ITAB-icon = '@0A@'.
    append ITAB.
    wa_fcat-tabname = 'ITAB'.
      wa_fcat-fieldname = 'NAME'.
      wa_fcat-inttype = 'C'.
      wa_fcat-SELtext_M = 'NAME'.
      wa_fcat-emphasize = 'X'.
      wa_fcat-fix_column = 'X'.
      wa_fcat-outputlen = 25.
      wa_fcat-col_pos = 1.
      append wa_fcat to fcat.
      clear wa_fcat.
      wa_fcat-tabname = 'ITAB'.
      wa_fcat-fieldname = 'AGE'.
      wa_fcat-SELtext_M = 'AGE'.
      wa_fcat-emphasize = 'X'.
      wa_fcat-fix_column = 'X'.
      wa_fcat-outputlen = 10.
      wa_fcat-col_pos = 2.
      append wa_fcat to fcat.
      clear wa_fcat.
      wa_fcat-tabname = 'ITAB'.
      wa_fcat-fieldname = 'ADDRESS'.
      wa_fcat-inttype = 'C'.
      wa_fcat-emphasize = 'X'.
      wa_fcat-SELtext_M = 'ADDRESS'.
      wa_fcat-fix_column = 'X'.
      wa_fcat-outputlen = 25.
      wa_fcat-col_pos = 3.
      append wa_fcat to fcat.
      clear wa_fcat.
      wa_fcat-tabname = 'ITAB'.
      wa_fcat-fieldname = 'ICON'.
      wa_fcat-inttype = 'C'.
      wa_fcat-emphasize = 'X'.
      wa_fcat-SELtext_M = 'ICON'.
      wa_fcat-fix_column = 'X'.
      wa_fcat-outputlen = 25.
      wa_fcat-col_pos = 3.
      append wa_fcat to fcat.
      clear wa_fcat.
    call function 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
       I_CALLBACK_PROGRAM                = V_REPID
       IT_FIELDCAT                       = FCAT
      tables
        T_OUTTAB                          = itab
    if SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    thanks & Regards
    Ashu Singh

  • Issue about Automated Process Traffic light status

    Hi experts,
    In our system(BW 3.1), we found sth interesting. The automated data load finished. But when monitoring the status using T-code RSMO, we found some traffic lights are set to red. The reason for red light is timeout.
    I figure: There is sth such as 'finish flag' for the traffic light to turn green, but after the dataload finished, the system didn't get it, so it waited till timeout.
    I am not sure of it, and can't find any material about it.
    Could anyone help me to explain this phenomenon?
    many thanks and best regards,
    Zehua

    Hi,
       Data will always be loaded into the cube irrespective of the traffic light status. Whether the load is in the cube or no, depends on the processing stage at which it has failed. You can see this in the monitor.
    Goto the details tab. There are multiple headings like Extraction, Transfer, Processing.
    Extraction and transfer are related to how the data is brought into the system. Processing is when the data is actually loaded somewhere either PSA or infoprovider or both depending on your processing type set in the infopackage.
    In your process chain, various processes are triggered depending on the type of link maintained in between two processes. These are of 3 types 1) Successful 2) Failed 3) Always .
    If the 1st one is selected, then the chain will move forward, if the previous step is green, 2nd case, if it is red and the 3rd one always.
    Regarding why the status are not being updated, check where the load is yellow. If it is transfer, then possiblities are that IDOcs are'nt being set properly, if it is a custom datasource with function module check whether the NO_MORE_DATA exception is being raised properly.
    Also check whether there are any short dumps in the source system or the BW system
    Hope this helps,
    Regards,
    Regards.

  • Traffic light showing the red colour in vl10g after all status completed

    Hi Team,
    My client facing one issue regarding the vl10g traffic light it show red colour after all document status is completed so please let me know I have to used which oss note / I have to debug the program(this is the standard T.code) or which way i have to used for resolved this issue so please replay argentely this great help to me and I am very thankful for corporation.
    Regrads,
    Ravi SAP SD

    RaviSAPSD wrote:
    it show's the error i.e. "No delivery-relevant items in order 0527087193, order type OR"
    With this in mind, I'd doubt the previous statement that the order status is 'completed'. Such orders wouldn't be picked up for the Delivery Due list. It is possible that either there is a line item that is not relevant to delivery yet it makes the order header status incomplete. Thus Delivery Due list picks up the order # based on the header status but when it checks the line items, there is nothing relevant for delivery.
    Check again the order statuses, not just on screen but in the tables VBUK/VBUP. Additionally, you can search for the notes yourself using the message ID/number (e.g. VL 001, which you should see, along with the long text, when you double-click on the message).

  • Exception field traffic light

    Hi
    any one can help me how to display the details in exceptions field traffic light . i am facing the problem in execption field. ALV lisst  is displaying in all other field but not showing in exception field.

    Dear Chandan,
    If you are using the functionalities of the class CL_SALV_TABLE, try to have a look at this program: SALV_DEMO_TABLE_COLUMNS
    and if the class is CL_GUI_ALV_GRID, have a look at this program: BCALV_GRID_04
    Just try to compare and analyze what is that you are missing...:)
    You can fiund a lot of demo programs in the package: SALV_OBJECTS and SLIS
    Hop you find this helpful..:)
    Regards
    s@k

  • Traffic lights on reports disappears

    Hi Experts,
    I have made the traffic lights settings in WAD exceptions and saved that by Personalising it.Now this report is integrated in portal and it working fine with traffic light since its saved as an View,but in the report I have many fields in Free Chars as drag n drop functionality when I drag n drop anything from free chars column the trafffic lights disappears.
    Can anyone guide me on this issue ASAP.
    Regards,
    Preethi

    Hi Danny,
    Yes after drill drop also my Keyfigure values show between exception ranges only,but traffic light disappears,
    Can you guide me on this.
    Regards,
    Preethi

  • Traffic lights in SP15 : Flex 2.0

    Hey all,
    We've upgraded lately our Portal and BW system to SP15. In SP13 we were able to set up according to wiki about traffic lights, traffic lights. Now this is not possible any more. is this due to the deployment in Flex 2.0? Our is there an other reason?
    Is there any body who knows how to solve this issue?
    Kind Regards
    Kurt

    Hi,
    Yes i Know, but in the former SP we could give a background color to an exception value. like red, green or yellow. Now this is not possible any more. Can we solve this?
    Regards
    Kurt

  • SAP Service Ticket: Use of due date and traffic light

    Presently our company is not doing much with the traffic light and due date when managing our tickets from the inbox.  If there is someone making use of these, I would like to know what are some your your Best Practices. Ideally we would like to use these to improve our "issue to resolution times". 
    We are using CRM5 and we will be updating to CRM7 in May of 2010.
    Any eperiences that you would like to share are greatly appreciated.
    Regards,
    rr

    Hi,
    We have used this functionality for IC-Agent Inbox. Our Inbound agents can search for  the service tickets in there Agent  inbox. The tickets  are displayed with Due date for the resolution as per the SLA based on the subject and code group. This helps them in understanding of the ticket resoultion time .
    also the Different Symbols are used for the tickets
    1.Tikects which are still within SLA but are not resolved are classified by Yellow Colour
    2.Tickets which have violated the SLA are cassifed with red colour
    3.Tickets which are completed within SLA are classified by Green Colur Symbol.
    Pls. revert if you have any queries.
    Regards,
    Uday Borse

  • Traffic Light Color for Empty Requests Disabled

    Hi Gurus!
    I'm having a trouble with a DELTA InfoPackage associated to our 0VENDOR_ATTR DataSource... For some reason the "Traffic Light Color for Empty Requests" option is Disabled (grayed out), and that's causing the failing of its respective ProcessChain (since after Initialization of the data source there are no new data to load)... I was wondering if you may have an idea about what am i doing wrong? Any help would be appreciated.
    Regards!
    Ricardo

    Hi,
    As you have selected the option for the init package, the system is not allowing the same for the Delta as the same will be applicable for Delta as well.
    The other place where you can set is at the Manage of the target or at the monitor (RSMO) level. If once set its fine for that target.
    You dont need to worry.
    Are you facing any issue for the data loads which are with 0 records at present due to the status? Do let us know.
    THanks
    Murali

  • EWA - traffic light pictures missing - text rating available

    Hello,
    we have currently SAP EHP 1 for SAP Solution Manager 7.0 with SP Stack 26 installed. In all our EWA reports the traffic light pictures are missing.
    Nevertheless, the rating is correct and visible as the missing image comment. This is within the DSWP preview, in the Word documents and also in the HTML reports. We already deleted and updated the service definitions but the issue stays.
    Is there any correction for this?
    Kind regards,
    Sven

    Checked the notes I guess?
    So note https://service.sap.com/sap/support/notes/1480106 is not the solution?
    We had issues with Basis SP08 (SAPKB70108) cause it introduced new procedure to determine SAPWORKDIR.
    Note 1501119 describes this change.
    In our case the SAPWORKDIR ended up on
    -folder names causing lots of issues in RMAUTH-transaction. Check the SAPWORKDIR-folder to see if the icons gets downloaded or not!

  • Web item analysis Modification -- Traffic lights

    Hi all,
    I am using BI 7.0 WAD and I would like to display traffic lights icons in the data of web template.
    I was able to do this in 3.5 by using a super class CL_RSR_WWW_MODIFY_ TABLE and modifying the CHARACTERISTIC_CELL field.
    Then i used to add <param name="MODIFY_CLASS" value="myclass"/> into the table item object tag.
    But this was using table interfaces.
    In BI 7.0, the table interfaces are replaced by Web Interfaces and hardly find any help documentation as it is very very limited.
    I am trying to display images (traffic lights) for specific characteristic values
    zstatus = g then display green
    zstatus = y then display yellow
    zstatus = r then display red
    Could some one please help me resolve this issue.
    Thanks a lot
    Phani.
    Edited by: Phani Kothwali on Oct 27, 2008 3:21 AM

    Hi
    Table Interface Class was a wonderful thing wasn't it ... such a pity they took that functionality away from us ... maybe one day they'll bring it back.
    Back to your question ... you could use exception reporting in the query. In the query you should be able to specify that when a certain value is encountered, then show that cell in a certain colour, or show a symbol.
    Alternately, the best way I have found to date to replicate table interface functionality, is to write some JavaScript that will process the HTML once it has loaded. There is no reason why you couldn't have some script to go through your table and check the values in a certain column. I have written JavaScript to perform custom calculations  in a certain column, so you could use a similar approach to simply check the value of the cell, and then change the contents to an image instead of a value.
    Hope this helps you .
    Cheers,
    Andrew

  • Unable to display the Traffic Lights in a simple Classical Report.

    Hi to all..
                I'm creating a simple Program where i need to display traffic lights based upon the the value i enter into it..
    i have used AS ICON and type-pools ICON too in my program... but it is not displaying traffic lights.. can anyone provide a solution for it..
    type-pools : icon.
    data :  v_light(4) type c,
               p_tno type i.
    p_no = 5.
    DO p_tno TIMES.
    WRITE: /  v_light AS ICON.
    ENDDO.

    use  this code
    TABLES: icon.
    DATA: t_text(4) TYPE c.
    Name
    Length
    Is button?
    Is status?
    Is message?
    Is Function?
    SELECT-OPTIONS:
      so_name FOR icon-name,
      so_len  FOR icon-oleng,
      so_butt FOR icon-button,
      so_stat FOR icon-status,
      so_mess FOR icon-message,
      so_fn   FOR icon-function.
    SELECT * FROM icon
      WHERE
        name     IN so_name AND
        oleng    IN so_len  AND
        button   IN so_butt AND
        status   IN so_stat AND
        message  IN so_mess AND
        function IN so_fn.
      WRITE: /1 icon-id+1(2), icon-name.
      CONCATENATE '@' icon-id+1(2) '@' INTO t_text.
      WRITE: 35 t_text AS ICON.
      WRITE: 40 icon-oleng, 50 icon-button, 60 icon-status,
             70 icon-message, 80 icon-function.
    ENDSELECT.
    TOP-OF-PAGE.
      WRITE: 40 'Length', 50 'Button', 60 'Status',
             70 'Message', 80 'Function'.
    Nabheet

  • Traffic lights in ALV list header

    how do i display traffic lights as icons in ALV list header. for example, in the code below, i want to display a green icon at the end of closed items and a red icon at the end of the open items:
                closed : 4 [green-icon]
                open   : 2  [red-icon]
    CLEAR header_alv_wa-info.
      header_alv_wa-key  = 'closed:'.
      header_alv_wa-info = gv_closed.
      header_alv_wa-typ  = 'S'.
      APPEND header_alv_wa TO headeralv.
      CLEAR header_alv_wa-info.
      header_alv_wa-typ  = 'S'.
      header_alv_wa-key  = 'open:'.
      header_alv_wa-info = gv_open.
      APPEND header_alv_wa TO headeralv.

    Hi,
    http://www.sapfans.com/forums/viewtopic.php?t=79424
    http://www.sapfans.com/forums/viewtopic.php?t=24512
    the above links will give u the code for the same..
    Regards,
    Aparna

  • Traffic light on the basis of last month

    Hi guys,
    I have a question about the traffic light in the model Visual Composer. I would like to have a traffic light besids a table or graphic that wil be shown the status ( Green, red, yellow!) on the basis of the last month. In the table or in a graphic wil be shown several data of several months. But the traffic light have to respond on the basis of last month. That means that, if the last month exception( in the query) is green, the traffic light also wil be green.
    Can anybody help me please?
    Another question.
    How can i get only two types of order as example in a pie chart? I have seen that in a pie chart you can only add one formula, not two.So!!
    Thanks,
    Regards,
    Esrat

    In the VC model create an Expression Box. Double click on this box to open up its Properties.
    In the control properties window there is tab "Styles", here give Green color to the column 'Style' and in the next column 'Condition' select 'Enter Formula...'
    Select the field and enter the condition.
    Like
    Style      Condition
    Style 1   @CITY == 'Frankfurt'
    Style2    @BANK_CTRY == 'DE'

  • How we can   drill-down, sorting, traffic lights,  in ALV report

    hi gurus ,
    how we can   drill-down, sorting, traffic lights,  in ALV report .
    please any one suggest that...
    regards,
    praveen

    Check the sample code for drill-down, sorting, traffic lights,  in ALV report.
    REPORT YMS_COLOURALV NO STANDARD PAGE HEADING.
    TYPE-POOLS: SLIS, ICON.
    DATA: FIELDCAT TYPE SLIS_T_FIELDCAT_ALV.
    DATA: BEGIN OF IMARA OCCURS 0,
    LIGHT(4) TYPE C,
    MATNR TYPE MARA-MATNR,
    MTART TYPE MARA-MTART,
    MAKTX TYPE MAKT-MAKTX,
    COLOR_LINE(4) TYPE C,
    TCOLOR TYPE SLIS_T_SPECIALCOL_ALV, "cell
    END OF IMARA.
    DATA: XCOLOR TYPE SLIS_SPECIALCOL_ALV.
    START-OF-SELECTION.
    PERFORM GET_DATA.
    PERFORM WRITE_REPORT.
    FORM GET_DATA.
    WRITE ICON_GREEN_LIGHT AS ICON TO IMARA-LIGHT.
    IMARA-MATNR = 'ABC'.
    IMARA-MTART = 'ZCFG'.
    IMARA-MAKTX = 'This is description for ABC'.
    APPEND IMARA.
    WRITE ICON_YELLOW_LIGHT AS ICON TO IMARA-LIGHT.
    IMARA-MATNR = 'DEF'.
    IMARA-MTART = 'ZCFG'.
    IMARA-MAKTX = 'This is description for DEF'.
    APPEND IMARA.
    WRITE ICON_RED_LIGHT AS ICON TO IMARA-LIGHT.
    IMARA-MATNR = 'GHI'.
    IMARA-MTART = 'ZCFG'.
    IMARA-MAKTX = 'This is description for GHI'.
    APPEND IMARA.
    LOOP AT IMARA.
    IF SY-TABIX = 1.
    IMARA-COLOR_LINE = 'C410'. " color line
    ENDIF.
    IF SY-TABIX = 2. " color CELL
    CLEAR XCOLOR.
    XCOLOR-FIELDNAME = 'MTART'.
    XCOLOR-COLOR-COL = '3'.
    XCOLOR-COLOR-INT = '1'. " Intensified on/off
    XCOLOR-COLOR-INV = '0'.
    APPEND XCOLOR TO IMARA-TCOLOR.
    ENDIF.
    MODIFY IMARA.
    ENDLOOP.
    ENDFORM. "get_data
    FORM WRITE_REPORT.
    DATA: LAYOUT TYPE SLIS_LAYOUT_ALV.
    LAYOUT-COLTAB_FIELDNAME = 'TCOLOR'.
    LAYOUT-INFO_FIELDNAME = 'COLOR_LINE'.
    PERFORM BUILD_FIELD_CATALOG.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    IS_LAYOUT = LAYOUT
    IT_FIELDCAT = FIELDCAT
    TABLES
    T_OUTTAB = IMARA.
    ENDFORM. "write_report
    FORM BUILD_FIELD_CATALOG.
    DATA: FC_TMP TYPE SLIS_T_FIELDCAT_ALV WITH HEADER LINE.
    CLEAR: FIELDCAT. REFRESH: FIELDCAT.
    CLEAR: FC_TMP.
    FC_TMP-REPTEXT_DDIC = 'Status'.
    FC_TMP-FIELDNAME = 'LIGHT'.
    FC_TMP-TABNAME = 'IMARA'.
    FC_TMP-OUTPUTLEN = '4'.
    FC_TMP-ICON = 'X'.
    APPEND FC_TMP TO FIELDCAT.
    CLEAR: FC_TMP.
    FC_TMP-REPTEXT_DDIC = 'Material Number'.
    FC_TMP-FIELDNAME = 'MATNR'.
    FC_TMP-TABNAME = 'IMARA'.
    FC_TMP-OUTPUTLEN = '18'.
    APPEND FC_TMP TO FIELDCAT.
    CLEAR: FC_TMP.
    FC_TMP-REPTEXT_DDIC = 'Material Type'.
    FC_TMP-FIELDNAME = 'MTART'.
    FC_TMP-TABNAME = 'IMARA'.
    FC_TMP-OUTPUTLEN = '10'.
    APPEND FC_TMP TO FIELDCAT.
    CLEAR: FC_TMP.
    FC_TMP-REPTEXT_DDIC = 'Material'.
    FC_TMP-FIELDNAME = 'MAKTX'.
    FC_TMP-TABNAME = 'IMARA'.
    FC_TMP-OUTPUTLEN = '40'.
    APPEND FC_TMP TO FIELDCAT.
    ENDFORM. "build_field_catalog

Maybe you are looking for