Changing scaling factor for each cell in Bex Analyzer

Hi,
We have a query with 2 structure (1 structure in rows, 1 in columns). We execute the query with Bex Analyzer in Excel.
We would like to change the scaling factor for each cell. If we use the function 'Properties' for the active cell (context menu), we can change the scaling factor only for one cell.
Is it possible to change it for the complete table?
We use BI 7.0, patch 14.
Thanks,
Peter
Edited by: Péter Egyedi on Jan 25, 2008 5:18 PM

Have you got the solution for this problem?

Similar Messages

  • Can you change the factor on each item in the same pricelist!

    In the pricelists, if you go in them you'll see it shows the item code, item description then base price, factor and then the price. But can you make that factor different for each item in the same pricelist? In the database it stores the factor for each item.
    Any answer is appreciated.

    First-of-all you should know that you are not supposed to override SAP Business One data in the database through SQL...
    In the application the factor column is read-only in case it is displayed.
    This indicates that the factor is not expected to be different per item. Instead, if you change the item price, the "Manual" flag gets automatically checked.
    I.e. either you use the factor for the price list for the item as well - or you specify a manual price.
    These are the scenarios expected by the applications logic.
    If you change that (violating the rules not to use SQL for writes), you do that at your own risk and risk unexpected behavior.

  • Change search help for each line of a web dynpro table

    Hi all i have got the following code to dynamically change the search help of a single field on a web dynpro app and was just wondering if anyone could show me the code for implementing it onto a table so that the same field on each row has a different search help assigned to it!
    CALL METHOD node_info->set_attribute_value_help
    EXPORTING
    name = 'DEPT'
    value_help_mode = '121'
    value_help = 'PREMN'.
    Regards
    Mart

    Hi,
    it is possible to have different search help for same table column for different context elements i.e. table lines. the way to acheive this is by using cell variants in table column.
    Steps to follow:
    1. In your table column insert cell variant. Depending upon number of variations for search help, insert that number of cell variants in table column
    2. Enter the value of variant key property of each cell variant for ex. 01 for first cell variant and 02 for second cell variant
    3. Insert cell editor for each of cell variant. for ex. if you have 2 different search helps for single column then insert two cell variant in table column and for each cell variant insert cell editor, let say input field in this case
    4. Bind the value property of each input field to different context attribute of the node. for ex: you have table with two columns i.e. Dynamic and fldate
    .  First column is Dynamic. It will have two cell variants and each cell variant have cell editor of type input field  i.e. depending upon the value of second column i.e. fldate, the search help of first column will be decided.
    5.  Create context node from structure "SFLIGHT" and select 3 components from structure i.e. Carrid, connid, fldate. Add another context attribute to same context node i.e. selected_cell_variant of type string
    6. Bind each of context attribute carrid and coonid to value property of cell editor i.e. input field of cell vairaints from column Dynamic
    7. Bind value property of cell editor i.e. input field of fldate column to context attribute fldate
    8.. Bind selectedCellVariant property of table column Dynamic to context attribute selected_cell_variant
    9. Now, Write method at the wddoinit of view to fill up the context node from table sflight table
    10.  Write event handler for event OnEnter of cell editor from table column FLDATE. in this event handler depnding upon the date set the value of context attribute "selected_cell_variant" to 01 or 02
    DATA lv_date TYPE S_DATE.
      ASSERT CONDITION context_element IS NOT INITIAL. " context_element is default paramter for event handler
      context_element->get_attribute(
        EXPORTING
          name  = 'FLDATE'    " NAME
        IMPORTING
          value = lv_date    " DATA
      IF lv_date > '20101016'.
        context_element->set_attribute(
          EXPORTING
            value =  '01'   " Attribute Value
            name  = 'SELECTED_CELL_VARIANT'     " Web Dynpro: Name of Context Element
      ELSE.
        context_element->set_attribute(
          EXPORTING
            value =  '02'   " Attribute Value
            name  = 'SELECTED_CELL_VARIANT'     " Web Dynpro: Name of Context Element
      ENDIF.
    11. Depending upon the value of selectedCellVariant the corresponding search help will show up in table column. So change the value of column fldate for each table row and see how search help gets changed.
    Thanks,
    Rahul
    Edited by: Rahul Yadav on Oct 17, 2010 12:09 AM

  • Changing scaling factor in web template

    Hi,
    I need to change the scaling factor in a web template, which shows some different queries.
    I have heard I can do that by using a specific method? Does anybody know how to change the
    scaling factor for a specific web template?
    Thank you very much!
    Torben

    Hi,
    I have now seen that it is possible to create an ABAP class with superclass CL_RSR_WWW_MODIFY_TABLE and override the method SCALING_FACTOR_CELL.
    then I should fill in this class in the param-tag in the html.
    BUT this is only possible in System 3.5, but not anymore in 7.0! Everywhere I can just find the sample coding for 3.5, but nothing for how to do this in BI 7.0...
    So does anybody know, how I can use external ABAP classes as "user exits" in BI 7.0?
    Thank you for your help!

  • Changing scaling factor on multiple columns at once in WAD

    I'm trying to create a command URL to change the scaling factor for all the columns of my report at once. I have two query structures (3 selection in one structure, 6 in the other), so based on the documentation I would have to create a URL like this (AAA/111/222 represents the 25-character structure IDs):
    <SAP_BW_URL DATA_PROVIDER='DP' CMD='SET_VALUE_PROPERTIES' SCALING_FACTOR='6'
    PRECISION='0' STRUCTURE_MEMBER_1='AAA' STRUCTURE_MEMBER_2='111'
    CMD_1='DATA_PROVIDER=DP&CMD=SET_VALUE_PROPERTIES&SCALING_FACTOR=6&PRECISION=0&
    STRUCTURE_MEMBER_1=AAA&STRUCTURE_MEMBER_2=222' CMD_2=...>
    ...and so on, with 18 separate command sequences. Is there an easier way to do this? I don't think I could spell out all 18 combinations anyway (AAA/111, AAA/222, AAA/333, BBB/111, BBB/222, ... , FFF/333) since I believe there is a limit to how long a command URL can be.
    If I change the scaling factor in the properties box for one of the columns in the 3-item structure, it changes it for all 6 times that column appears in the report, but I can't reproduce this with a command URL.
    We're running BW 3.0B.
    Thanks,
    Jason

    Any ideas?

  • Different link for each cell on table item

    hello..,
    I have one table item on my WAD template.
    I created Characteristic Structure/Selection for rows and Key Figure Structure/Selection for columns.
    There is a requirement to jump to different report for each cell on that table.
    Is it possible?
    I try to created class "ZCL_MYCLASS" with superclass of "CL_RSR_WWW_MODIFY_TABLE".
    And put some code on HTML as below:
    <P><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TABLE"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER"/>
             <param name="MODIFY_CLASS" value="ZCL_MYCLASS"/>
             ITEM:            TABLE
    </object></P>
    For testing purpose, I put coding on CHARACTERISTIC_CELL method:
    if I_CHAVL = 'Revenue'. "This is selection description
    c_cell_content = 'R_e_v_e_n_u_e'.
    endif.
    But, it seems that it doesn't work.
    The question:
    1. How do I create simple MODIFY_CLASS, just for testing purpose that what I modify in class is already correct.
    2. How to debug class on WAD?
    Thanks in advance

    Not statically, but you can do this in code:
    That's a method on the left and a property on the right.
    I don't know if this will work as you expect (it should change the tip strip, but I don't know if it will appear like you want it to), so you can also implement this yourself by having a string indicator which you show and move around using its properties.
    Try to take over the world!

  • How do I set the zoom at a particular level as the default to ensure pages are not too small and that i don't have to change the zoom for each page? in English

    How do I set the zoom at a particular level as the default to ensure pages are not too small and that i don't have to change the zoom for each page? in English
    == This happened ==
    Every time Firefox opened
    == From the beginning

    Some add-ons:
    Default FullZoom: https://addons.mozilla.org/en-US/firefox/addon/6965 (I use this one)
    No Squint: http://urandom.ca/nosquint/
    Also:
    http://support.mozilla.com/en-US/kb/Page+Zoom
    http://support.mozilla.com/en-US/kb/Text+Zoom
    http://kb.mozillazine.org/Browser.zoom.siteSpecific

  • How can i apply different color for each cell in jlist component?

    hi guys i need your help and sorry if my english is very bad..guys how can i apply different colors for each cell in jlist component? for example for the first cell i want to apply color blue, for the second cell i want red, etc... i need your answer guys tnx..
    Edited by: ryrene on Mar 21, 2010 12:13 AM

    ryrene wrote:
    hi guys i need your help and sorry if my english is very bad.
    ..guys how can i apply different colors for each cell in jlist component? for example for the first cell i want to apply color blue, for the second cell i want red, etc... i need your answer guys tnx..I'll see your tnx, and raise you dve bmbrs & nplm.

  • How to get IAttributeStrand for each Cell in Table

    Hello All,
    I am trying to set the font and size depending upon the user inputs under each cell in the table.
    For Text frame I am able to achieve this by using ITextModel->QueryStrand(). But for Table I am not able to find any function which can allow me to query the Cell Strand and allow to apply the attributes.
    Has anyone been able to achieve the same. If so please do let me know its urgent.
    Thank you all in advance.
    regards
    Farzana.

    Hi,<br /> <br />Thanks for the prompt reply. By the way I forgot to mention that we are using the same in CS3.<br />We tried as you have mentioned in your mail. But we did not find any way to achieve the ITextStoryThread from ICellConent. We tried all possible ways but we always get the Text Frame TextModel.<br />We have used following code to get TextModel for each cell. We get correct startindex and endindex for each cell and also get the valid TextModel Interface. But when we try to find out its length then it returns the whole TextModel length. <br />Thus when we try to apply different attributes for each cell then it applies to whole table. <br />E.g. When we try to apply 12 font size for 1st cell then it also applies to remaining cells.  So we think we are not able to find out correct TextModel for each cell. <br /> <br />Below is our snippet of code on what we tried.<br /> <br />ITableModel::const_iterator iterTable(tableModel->begin());<br />ITableModel::const_iterator end(tableModel->end());<br /> <br />while(iterTable != end) <br />{<br />GridAddress gridAddress = *iterTable; <br />GridID gridid= tableModel->GetGridID(gridAddress);<br /> <br />   InterfacePtr<ITableTextContainer> tableTextContainer(tableModel, UseDefaultIID());<br />   if(tableTextContainer != nil) <br />   {<br />       InterfacePtr<ITextModel> textModel(tableTextContainer->QueryTextModel());<br />       if(textModel != nil) <br />       {<br />          InterfacePtr<ITextStoryThreadDict> textStoryThreadDict(tableModel, UseDefaultIID());<br />          if (textStoryThreadDict != nil) <br />          {<br />              InterfacePtr<ITextStoryThread> textStoryThread(textStoryThreadDict->QueryThread(gridid));<br />              if (textStoryThread != nil)<br />              {<br />                 InterfacePtr<ITextModel> iTextModel(textStoryThread->QueryTextModel());<br />                 if (iTextModel != nil)<br />                 {<br />                      TextIndex startIndx;<br />                      TextIndex endIndx;<br />                      startIndx=textStoryThread->GetTextStart(&endIndx);<br />                 }<br />                 else<br />                     CAlert::ErrorAlert("iTextModel == nil");<br />             }<br />          }<br />       } <br />   }<br />                                     <br />   ++iterTable;    <br /> }<br /><br />Regards,<br />Farzana.

  • Changing transaction mode for each savepoint?

    hi,
    is there a way of changing transaction mode for each savepoint during a transaction?
    Brgds.

    By transaction mode is meant the mode set at the beginning of the transaction i.e READ ONLY or READ WRITE in Oracle (and not the isolation level).
    We need to simulate several transactions within the same transaction for test purposes. Since each simulated transaction may be either readonly or readwrite we need some way to change the transaction mode several times during the transaction. What we have come with until now is to use SETROLE to toggle between a role with "readonly" rights and one with full "readwrite" rights. Are there other ways?

  • BAM : Crosstab : Need to get percentage of row total for each cell

    Hi,
    I am new to BAM. I have a requirement for which I am using crosstab. Basically, I need to show number instances per human task per user. Human Task is the row header, user is the column header, and I am using count(instance id) to fetch the count of instances. I am able to show the sum of values for each row and column, but I also need to show the percentage for each cell(based on row total).
    I do not know if it is possible to fetch the total for further calculations. I believe the calculated field will be processed for each cell, and hence there will be no sum available.
    Also, crosstab does not have a percent of total aggregate function.
    Kindly advise.
    Regards,
    Himanshu

    Hi,
    For constructing summary, COLLECT is very useful.
    1. Create one new internal table STAB having two fields.
       a) licensetype
       b) cnt
    2. Suppose your original internal table is itab.
    Loop at ITAB.
    STAB-licensetype = itab-licensetype.
    STAB-CNT = 1.
    COLLECT STAB.
    EndLoop.
    3. In this way, you will get DISTINCT license types, and their count.
    Hope this helps.
    regards,
    amit m.

  • Can we change the color of each cell in TableView in HTMLB

    Hi
    I want to change the cell color in TableView dynamically.
    Can we change the color of each cell in TableView in HTMLB?
    If yes, give the exact solution.
    Regards,
    Nithya

    Hi Nithya,
    You would have to implement your own ICellRenderer, see http://help.sap.com/javadocs/NW04S/SPS09/hb/com/sapportals/htmlb/table/ICellRenderer.html and then use http://help.sap.com/javadocs/NW04S/SPS09/hb/com/sapportals/htmlb/table/TableView.html#setCellRenderer(com.sapportals.htmlb.table.ICellRenderer)
    Also see TableView Cellls and how to add colors to table cells
    Hope it helps
    Detlev

  • Cell in Bex analyzer

    Hi
    can you please tell me the use of Cells in Bex analyzer.
    Will it have effect on signs (+/-).
    Regards,
    Anita

    Hi  ,
    I got th Solution.Thanks for your help.
    User is using 2 structures on different axes within your query there is the problem
    The problem is this. You have to structures for example. Structure one as the members A, B, C and structure two X, Y, Z.
    you've switched on the sign reversal for row Y and column C.
    All fields in this area are no on sign reversal.
    But! If you now swich of the sign reversal for row Y, the sign reversal
    for cell Y/C is also switched of.
    This is what happens in your query.
    If you want to have the sign reversal back in the whole row C you have
    to switch of the sign reversal for row C, save the query and switch in
    the sign reversal for row C once again (and save).
    You can refer note 332915 & 568630 for ore details.
    If you would like to activate the +/- sign reversal for the whole column
    again, you must first deactivate the +/- sign reversal for that column
    store the structure/query and then activate the +/- sign reversal again
    Thanks & regards,
    Anita

  • Scaling factors for queries with cell references

    Hello Experts,
    We have this issue, we have queries which have 2 global structures with the cell references for few of the elements of rows and columns structure.
    we need the scaling factors and currencies of the query which are defined in the rows and columns structure are to be displayed as separate column but with in the cells.
    We have checked for the queries with the 2 structures without cell references are displayed as we need. But for the queries with the cell references on the 2 structures are not displaying the scaling factors as we need in separatly.
    how can we make the query to display the scaling factors along with currencies to be in separate column.
    we have entry selection as currency where we have only one currency can be entered so the we do not have the problem of multiple currencies.
    please find the screen shot how we need the scaling factors to be displayed for the queries with cell references.
    We have scaling factors enabled as 1000 for KFs and for % selections we have scaling factors as 1.
    Thanks,
    Santhosh

    Hi
    If 'Cell Editor' is been used then that query must have the structure in it. You have to select that 'structure' object in your 'VC Table'.
    If you select that then you will get the required result in the output. This structure will be the structure where 'cell reference' is used in BI query, You have to select that structures name.
    Regards
    Sandeep

  • Scaling factors for keyfigures

    Dear experts,
    my client requirement is like this:
    in the query out put , suppose we have 3 keyfigures. For keyfigures if i want to change the scaling factor from 10 to 1000 then it should refelct for all 3 keyfigures.instead of doing it for each individual keyfigure.Is that possible?.
    Let me know..
    Thanks

    Hi
    I don't think so it is possible. generally in the query out put u will get the context menu (properties)on key figure value.
    So scaling factor u need to define individually..
    Regards
    Veda

Maybe you are looking for

  • Batch: Open Bridge 'Stacks' as layers in PS CS5 + run action. Is this possible with script??

    I posted this topic a couple of days ago - I didn't know about this forum/group so the thread appears in Photoshop Scripting and Bridge Windows. I haven't found a solution on those forums - can any one here help? http://forums.adobe.com/thread/880777

  • When entering app store Computer restarts. What to do?

    Help is granted.

  • Tcl script to shut and no shut interface

    Hi, I have problem with DMVPN I tried some configurations but any works. The problem is that tunnel with ipsec protection does not support keepalives I have one hub and one spoke the spoke has two interfaces with dynamic ip and the hub has one interf

  • Import partial done?

    Hello, I am getting this error in import, even after some objects are successfully imported. what can be the possible reason. the command i gave for import is: $ imp iusr/123@portal file=/u01/exp_full.dmp full=y any idea? ============================

  • Bank Charges in AP & AR

    Hi Experts, Can any one tell me how to handle Bank Charges in Oracle Payable & Oracle Receivable, Please let me know If any setups required. Thanks in Advance!! Regards Bharath