Dimension filter to prompt

Hi all
Design studio 1.3
Is there any way to assign filtered values from a dimension filter or folter panel directly to data source prompt?
Instead of having to have the filtered field in the resultset of the target data source.
I work over a UNX Universe
Thanks
Shlomi

Hi Silpa,
There is no way to filter members, you can only use COMBOBOX prompt with manual list of members like:
PROMPT(COMBOBOX,%PLAN%,"Select Plan version (PLANTYPE):",0,,{ACTUAL,BUDGET})
But even with COMBOBOX the user will be able to directly type some other member (luckily it's not evident for the user).
We are using comboboxes when we have to somehow restrict users.
B.R. Vadim

Similar Messages

  • Dimension Filter - Dynamic popup size?

    Hi,
    I have a small problem.
    One of my dimension filters have a hierarchy dimension assigned. Depending on the expansion of the preferred hierarchy selection, the user cannot see the whole text.
    I know that I can change the size of the Dimension Filter with the settings Popup Width and Popup Height, but is it somehow possible to change the size dynamically depending on the expansion of the hierarchy?
    Br
    Max Rosén

    Hi Max,
    As far as I know there is really no such setting in Design Studio that would enable that.
    There is also no way how to achieve this with the available scripting methods, if there would be something it would be in theory something like this:
    In the OnChange Event of the table cell width where the hierarchy is or based upon the expand level state of the hierarchy in the filterpanel, adjust the width of the filterpanel and the width of the table cell where the hierarchy is.
    There should be a solution to do this via javascript, but for that you would need to use the sdk to include some custom javascript code into your bi app.
    Normally your requirement can be achieved with/through css, there is a method/way that causes the width of the parent container to expand/adjust automatically when the width of the child element changes. But the problem/difficulty here is, that the filterpanel is created with a lot of absolutely positioned divs (containers) here and there and thus several stacking contexts are created and thus a change in one stacking context has no effect on an element which is in a different stacking context - a change in the width of the table cells where the hierarchy is placed has no effect on some other higher/previously positioned parent container elements because they are in different stacking contexts and when a container's width isn't adjusted too, the inner child element has no way to expand and still be/remain visually nice as a whole.
    Anyway, so far I didn't help you much, so here is something you could use to make the text visible/readable without expanding the width:
    /* Make Long Text (in Hierarchy) in Dimension Filter Visible (Break Into a New Line) */
    #sap-ui-static .sapzenfilterpanel-PopupContainerDialog div.sapUiTableCnt div.sapUiTableCCnt table.sapUiTableCtrl tr.sapUiTableTr > td:nth-child(1),
    #sap-ui-static .sapzenfilterpanel-PopupContainerDialog div.sapUiTableCnt div.sapUiTableCCnt table.sapUiTableCtrl tr.sapUiTableTr > td:nth-child(1) span.sapzenfilterpanel-SelectionTableText {
      white-space: normal;
      /* Optional setting: break to newline anywhere in a word */
      /*word-wrap: break-word;*/
    (Note: you can simplify/adjust the selectors, this is not the only way how the selectors must look like, it is just an example, but working example...)
    A side note when using the setting: "Member Display: Text and Key"
    The Dimension filter has 3 columns: 1. Text , 2. Key , 3. Check(boxes)
    where the first 2 columns for text and key are the same width. But usually the key is shorter than the text and doesn't need so much space, so you could adjust the width proportions of these first 2 columns so that the text has more width than the column containing the keys:
    /* Make Text Column Wider and Key Column Narrower */
    div.sapUiTableCnt div.sapUiTableColHdrCnt div.sapUiTableColHdr > div:nth-child(1) {width: 207px !important; /* Default Popup width: 350px > 147px , 147+60=207 */}
    div.sapUiTableCnt div.sapUiTableColHdrCnt div.sapUiTableColHdr > div:nth-child(2) {width: 87px !important; /* Default Popup width: 350px > 147px , 147-60=87 */}
    div.sapUiTableCnt div.sapUiTableCCnt table.sapUiTableCtrl tr.sapUiTableCtrlCol > th:nth-child(1) {width: 207px !important; /* Default Popup width: 350px > 147px , 147+60=207 */}
    div.sapUiTableCnt div.sapUiTableCCnt table.sapUiTableCtrl tr.sapUiTableCtrlCol > th:nth-child(2) {width: 87px !important; /* Default Popup width: 350px > 147px , 147-60=87 */}
    Regards
    David

  • Design Studio : How can I expand all hierarchy at once in dimension filter

    Dear Colleagues.
    I am currently working on design studio. I need your advises to implement BW hierarchies in my dashboard.
    Is it possible to expand all hierarchy in Dimension Filter of Design Studio?
    I tried to expand hierarchy in data source api, like 'expandNode' or 'setDrillLevel'.
    These functions can be expanded all hierarchy in Cross tab. but it can not be applied to Dimension Filter.
    Please help me to achieve this.
    Thank you in advance.
    Best Regards,
    K.Min

    I don't see a way to achieve this with the Dimension Filter or the Filter Panel
    I think it would be a great idea to add to Idea Place at ideas.sap.com

  • Date - Dimension filter

    Hi
    In my Design Studio dashboard i have a dimension filter on date field used for filtering the report.
    I have created a variable with the following specifications in the BW Query:
    Processing By: Customer Exit - This gives by default the last 365 days and so have used the i_step = 1 in code.
    variable: Interval, optional
    Variable ready for input enabled.
    When i try to select a new value for the filter, in search it displays the date only for which there is a value maintained in the cube.
    Ideally this should not be the case, because  we can not expect the user to know as for which dates the values are available in BW.
    I also tried giving the property of the characteristic as - values in master data at "edit initial value", but still it does not help.
    Kindly suggest as how this could be handled.
    Regards
    Merlin

    Hi Merlin,
    I'm not quite sure if I understand you correctly...
    What do you mean by " not giving the values other than the ones in the cube."
    Are you looking for an option to show a calendar to the end user and enable him to choose a date irrespective of whether the value is available in the Cube/Masterdata or not?
    In this case I would suggest you to use DateField instead of DimensionFilter.
    This should solve your issue.
    Or
    You want to show all possible dates for the user which are valid for the current context. In that case use the option "Only Values in Posted Data". This option is specifically meant for this purpose.
    Do let me know if I had misunderstood something.
    Regards,
    Bharath

  • Dimension filter - single value

    Dear all,
    I have a report where I want to use a dimension filter BUT end-user should only be able to select 1 value (so not multiple values).
    Is this possible?
    Kind regards,
    Lieselot

    that is the best option currently. Using .setfilterExt instead of set filter gives you the ability to be more flexible in filter options with includes, excludes and ranges.
    Problem we encountered ourselves is that user often want to search on text and the filter is on key.
    On the dropdown box you can type in and there is a autocomplete function there.
    I myself was looking at a inputbox that lets you enter a value with a wildcard into an inputbox and the inputbox would then return a list of dimension entries that are within that search.
    for example *BIKE* would include JOHNSON BIKE RENTALS. But currently that is in the realm of SDK development.
    best regards,
    Jeroen

  • Dimension Filter LOV - Too many results; Refine your search

    Hi,
    I am using Dimension filter in Design Studio which uses the hierarchy dimension. In the preview mode the filter is not showing any members instead its asked to use the search functionality. I understand there is a limit in retrieving the LOV. Is anyway i can increase the number of LOV?
    I need to have this functionality work, The user want to navigate the hierarchy in the filter. Please any help highly appreciated
    Thanks
    VJ

    Hi,
    same question here: DS 1.2 - Too many results; refine your search
    Regards,
    David

  • Dimension Filter is not responding in Chrome after CSS code applied

    Hi Everyone,
    In SAP Design Studio 1.4 Sp02 I have Dimension Filter which is working good in both IE and Chrome. It is getting regular default font as header in filter and when we select any value for the filter, we need it with bigger font and bold, so I wrote CSS code as below and applied it to my dashboard. After CSS code that dimension filter is working as before only in IE and it is not responding in Chrome. Please see the below code and suggest the changes or extra code if I need to add to this to work in Chrome also.
    .sapzenfilterpanel-Container, 
    .sapzenfilterpanel-Container .sapUiBorderLayoutTop, 
    .sapzenfilterpanel-Container .sapUiBorderLayoutTop, 
    .sapzenfilterpanel-HeaderText, 
    .sapzenfilterpanel-HeaderText.sapUiTv, 
    .sapzenfilterpanel-HeadLine, 
    .sapzenfilterpanel-Container .sapUiRrRow .sapzenfilterpanel-RowRepeaterRow div 
      font-size: 14px !important; 
      color: black !important;
      font-weight: bold;
      background-image: 
        linear-gradient(
        box-shadow: none;
                   color: blue;  
      top: 1px !important; 
      bottom: 1px !important; 
      align-items: flex-end !important; 
    Thanks,
    AP

    Hi,
    I have tried the following  please tell me whether this is what you expecting
    I have create 4 filter with name filter1,filter2,filter3 and filter 4. Then a radio button and in onselect of the radio button, i have given the following script
    var a=RADIOBUTTONGROUP_1.getSelectedText();
    if(a=="1"){
      FILTER1.setVisible(true);
      FILTER2.setVisible(false);
      FILTER3.setVisible(false);
      FILTER4.setVisible(false);
    if(a=="2"){
      FILTER2.setVisible(true);
      FILTER1.setVisible(false);
      FILTER3.setVisible(false);
      FILTER4.setVisible(false);
    if(a=="3"){
      FILTER3.setVisible(true);
      FILTER1.setVisible(false);
      FILTER2.setVisible(false);
      FILTER4.setVisible(false);
    if(a=="4"){
      FILTER4.setVisible(true);
      FILTER1.setVisible(false);
      FILTER2.setVisible(false);
      FILTER3.setVisible(false);
    Output:
    value 1:
    value 2:
    value 3:
    value 4:
    This working on chrome well.
    Thanks,
    Nithyanandam

  • Display single value with dimension filter selection

    Hello,
    I use Design Studio 1.3.
    I want to display the correct single value after I choose a "Calyear" form dimension filter.
    At the moment I can use the sum of all "Calyears"only.
    Thanks for our help....

    I have create this Datasource:
    In Script Editor I fill the value field with this Code:
    DETAILS_VALUE_AE.setText(DS_3_AE_DETAIL.getData("00O2TF25Z6L0MSI7DYKIXACY3", {}).formattedValue + " EUR");
    00O2TF25Z6L0MSI7DYKIXACY3 = Keyfigure "Aufragseingang"
    Without filter the value is correct.
    But when I filter (with dimension filter) the value doesn't works correct.
    I think my code in script editor is not correct. Or must I use variables?

  • Use of other dimension filter in business rule

    Hi,
    I have a requirement to create two eliminations and adjustment business rules, one of which should only run for a specific category and the other should run for all other categories. I thought I could use the other dimension filter for this and on the first rule CATEGORY=ACTUAL is accepted by the system. However, on the second rule I entered CATEGORY<>ACTUAL and when I save the rule I get an error saying that CATEGORY<>ACTUAL is not a valid logical expression.
    As we have a number of categories I really do not want to create a rule for each one, so does anyone know a way to create a rule for all but one of my categories?
    Thanks,
    Arnold

    Hi Vadim,
    we currently have around 20 categories (plus ACTUAL) and we get two new every year for multi year plan/forecast. If only = works I would have to create one very long string for the second rule and add to it very year.
    I will try it though and if you are correct I might have to open a note with SAP.
    Thanks,
    Arnold

  • Interco dimension filter in Automatic Adjustments

    Dear Experts,
    In the automatic adjustment business rule, I created a rule where i used the interco dimension as a filter (eg.  Intco=I_4109 in the "other dimension filter" or R_selection field).  However, when i run the legal consolidation data package, i am not getting the expected results.  It seems that the system is not reading the interco filter.  Has anybody experienced this problem?
    Regards,
    Grace

    Hi Sunny,
    I have noticed this problem as well.
    The validate option just does not work for extra added ORIG columns.
    But the good news is.... if you save it, it will work.
    The only penalty is that the validate option can't be used anymore... But hey.... who needs this option, we just don't make mistakes
    Alwin

  • Eliminations and adjustments rule: Other Dimension Filter

    Hi guys,
    Anyone knows if it is possible to include a specific property value of a USer defined Dimension as the criteria in "Other Dimension Filter"?
    Instead of Product=Prod1 using something like Product.Family=Type1
    Thanks

    Hi Vadim:
    This is Weiwei from SAP Support. I just tested in BPC 10 SP12 that the validation will not be passed when you put something like  PROFIT_CENTER.PCTR_TYPE=OP in additional dimension filter. You can only put dimension member in the filter such as PROFIT_CENTER=XXX.
    I also test and verified in IFRS Startup Kit and can not find a rule that has the filter configured based on property in the business rule. If you see a different story, please let me know.
    A rule is saved does not mean the rule is valid, that is why when you save a rule it will give you warning that it does match the validation. It is not a problem of the product, just as you save dimension without processing/validating it, does not mean the formula/value you put in the dimension sheet is valid.
    Hope that helps. Feel free to let me know if you have any thoughts.
    Thanks,
    Weiwei 

  • Unable to embed External CSS file, dropdown list,filter panel and dimension filter are not working in SAP Design Studio Tool

    Hello Everyone,
    I am new to SAP Design Studio. I am working on creating dashboards and I am using Design Studio 1.2 version. Please suggest some solutions for the following issues. Thanks in Advance.
    1. External CSS file which is embeded using custom CSS option under "application component properties" is not working.
        * I kept the external CSS file inside repository-> my application folder.
    2. During runtime, getting javascript error while selecting '-' option from filter panel.
    3. Unable to select or type dimension name under "dimension filer component" properties.
    4. Getting runtime error for dropdown list, and I have inserted the following code under "onStartup" option of Application component properties.
    "DROPDOWN_1.setItems(DS_1.getMemberList("PRODUCTREF", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 20));
    and dimension values are not populated in auto suggest."

    There should be an Error Log under View > Error Log that gives you more details of these errors.  Could you add that?  There is also a View > Script Problems log that provides more details as well.

  • OBIEE 11g: Non conformed dimension filter

    Hi,
    I have two fact tables and some confromed and non conformed dimensions between the fact tabels.
    The hiearchies being built and proper levels were set for the fact tables. The measures of the fact were set to the total level of the non confromed dimension tables.
    The fact also hold some non aggregated columns (baseline columns), all the base line columns where moved to a logical dim table.
    The report involves both the fact tables, conformed and non conformed dimension columns.
    When we built the report with all these columns the report is showing fine. But when we add the filter with the non conformed dimension the report is throwing some error.
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 14023] None of the fact sources for D01 Date.Date are compatible with the detail filter [D05 Non Confrm Dimension.Code = 'AFS']. (HY000)
    The above functionality was working fine with OBIEE 10g and have implemented it many times before.
    There is one patch available for this issue but it is available only for windows 32 bit enironment.
    Patch details
    Patch 14210864: OBIEE 11G: CONFORMING DIMENSION SETTINGS FROM 10G NOT WORKING IN 11G
    Can anyone give some suggestion or workaround? I can't do any change in Datamodel.
    Thanks,
    Vino

    Hi Vinod,
    In OBIEE 10g, we are running into similar error when we add filter from non conformed dimensions in a report, so can you please share patch download details like where to download or if we have to raise a SR for the Patch 14210864.
    Thanks in Advance!!

  • OBIEE 11g and Essbase and Dimension Filter / Selection Steps

    We are doing a prototype using OBI 11g with Essbase 11.1.2 as a datasource. Our prototype consist of several reports, graphs and dashbaords. The Essbase cube is an ASO cube with 12 dimensions. Most of our dimensions are ragged/unbalanced so we have set up the dimension type to be "Value" in the RPD. There is one dimension - Product and it is a ragged dimension. We are trying to create a simple report that has level zero products as rows. This is something pretty easy to do in Essbase Financial Reporting but it does not look like there is an easy way to filter only on the Level 0 members of a particular dimension. I have tried with selection steps as well as changing the dimension back to unbalanced without much luck.
    Has anyone out there done something similar before? Thx.

    Hi user,
    Check this out OBIEE 11g - Essbase connection Failed
    And 1 more thing admin tool works only for 32-bit ...but not in 64 bit.So ensure you install 32-bit for admin tool.
    UPDATED POST
    Jacob->its same for stand alone application also,it works only on 32-bit
    hope helps you.
    Cheers,
    KK
    Edited by: Kranthi.K on Mar 7, 2011 9:00 AM

  • Make dimension values shown reflect other dimension filter values

    I have created a cube and uses access this cube in an Excel pivot table.  Is it possible to make values shown for one dimension display only the values valid, if I have selected another dimension's value that would limit the values that should
    show under the first dimension?  I tried linking the dimensions together with a key and that did not appear to do the trick.  I also tried using dependsondimension in properties for the other dimension, but that did not work either.  Is
    there something I am missing that makes the cube only display the values in a dimension that apply when another dimension's value is filtered?

    @Naveen - I am linking to the proper measure and am seeing the correct measure values. 
    @KR Jurgen - I'm not finding a spot to set the scope to NULL.  I would, but some people need all the values.
    Here's an example.  I have company 1 and 2.  Company 1 has item A and Company 2 has item B.  They both have sales of $1.  There is a company dimension and item dimension.  When I filter by company 1, I see sales of $1. 
    The problem is, when I select the list of items from the item dimension, I still see item B.  If I put the items in the row, I only see item A.  The ideal situation would be to have only item A show when I select the list of items from the item
    dimension.  Is there some way to accomplish this?
    Thank you both for your responses.

Maybe you are looking for

  • LR 2.4, coming to terms with the new metadata filters

    Personally I have trouble to master the new LR2 system of metadata filters, which was migrated from the left tab in V1, into the new over-the-grid horizontal tab. For example, after import of images in several folders, I selected the top folder and L

  • Upgrading SQL 2012 sp1 to sp2 error - Overlapped I/O operation is in progress.

    Hi Guys, Having an issue patching two of my SQL servers which are currently in an AlwaysOn, we use SCOM 2012 R2 to monitor it and it's installed on Server 2012, this is the current SQL version: Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64)  Dec

  • MIFI 4510l speed issue

    Mfif 4510L 4G LTE speed has deterioated to .25 to .40mbps from 1.5 to high of 6.2mbps. anyone else experiencing this issue. I've done battery pull, sim removal with no positive results. filed a trouble ticket with support but no response to date. I h

  • FM derivation rule

    Hi Gurus, We are using 4.6c version and In our client we have more than 10 company codes and controlling Area, five of the company code have FM module in use but everyone sharing only one derivation rule, Is possible to have different derivation rule

  • Song capacity for iPhone

    I have ran a search for this question but nothing came up. How many songs can you load onto the device? I have a library that is over 2,000 songs, and was interested in purchasing an iPhone this summer. Thanks in advance.