L01 Key is empty in WebI report

Hello,
I want to create a WebI 3.1 report based on a BEx 7.01 query. The query contains the infoobject 0ORGUNIT for which several  hierarchies exist but the query neither contains a hierarchy nor a hierarchy node variable for 0ORGUNIT.
When I use 'L01 Organizational Unit Key' in the WebI report, I can only see empty cells. Using 'L01 Organizational Unit' instead shows all values of my infoobject. For all other infoobjects it is possible to display the keys from 'L01 ... Key'.
In the BEx report key and text are displayed and value display in the query is set to "key and text" for 0ORGUNIT.
Thanks for advice.
Kind regards
Edited by: DeGe on Jul 8, 2011 10:15 AM

Bram,
This formula you used above is corrcet but is returning you a character '0' and when a descending sort is applied character values will be at the top.
So , apply the formula 'ToNumber' on the value returned form the above formula :-
ToNumber(above formula)
And then it will change 0 to number and give you the exact sort order.
Thanks,
Rohini Haksar

Similar Messages

  • How to Create a Restricted Key Figure in BO Webi Report

    Hi Experts,
    Please tell me How to Create a Restricted Key Figure in BO Webi Report.
    Thanks in Advance.
    Regards,
    Rafi

    Hi,
    1. Define a new measure in the designer.
    2. In the select clause give the reference to the key figure on which restriction to be applied.
    For example
    @Select(Key Figures\Number of Records)
    3. In the where clause, give the MDX expression for the filter to be applied.
    For example
    <FILTER KEY="[0PURCH_ORG].[LEVEL01]">
    <CONDITION OPERATORCONDITION="InList">
    <CONSTANT CAPTION="HAS"/>
    </CONDITION>
    </FILTER>
    Regards

  • How achieve "cumulated" key figure in a webi report

    Hi all,
    In a bex query we can mark "cumulated" in properties of characteristic, then when we run this query  our key figures for this characteristic will be cumulated but for rest of characteristics will be non cumulated values. Please how can I get  this cumulated valued in a webi report ?? because in spite of mark this flag in our bex query  when I run  this characteristic in my webi report  it doesnt work.  Perphaps there is a function in webi or there is a proporty to modify in my universe??
    Thanks for your help in advance
    Santi

    Hi David,
    Try using RunningSum(), RunningAverage() etc.. function in Web-I.
    Regards,
    Rohit

  • Webi Report showing incorrect prompt from bex query

    Hello Gurus:
    I am facing a unique problem.
    I have a BEx Query which has a variable. I have built implement a BADI which restricts the variable values for the BEx Query.
    I have created an Universe on top of the BEx Query.  And I have created a webi Report on top of the Universe.
    The Webi Report when run does not use the Webi Prompt values, in other words it ignores the restrictions that I have placed on the variables. Instead it displays the whole list.
    Am I missing anything. Can some please help.
    Thanks
    EmJay

    Hi,
    select at least one key figure in the webi report and then try.
    Thanks,
    Amit

  • Change order of key figure is not working in Web report output (using WAD)

    Hi,
    We are using BI 7.0, release 701 and level 008. We are facing problem in WAD (web report output). When ever we do 'Select filter' for key figures and 'change the order' of key figures, it does not get reflected in new order. Though drag and drop of key figures is working.
    Though same change order is working fine in Bex Analyser.
    Kindly suggest some inputs.
    Thanks.

    Hi,
    On Which Service Pack are you on?WAD has this feature of re arranging the keyfigures in BI 7.0 for SPS 14...
    Regards,
    Bhagyarekha.

  • Web reporting - variable selection should be display as key and description

    hi experts,
    Can anybody tell me the solution for my issue. My isssue is , in the web reporting, i have variable company code, i am selecting the company code thru search help. the values for company code is displaying with key. 
    the new requirement should be displayed with key and description.
    I have checked in the bex, the properties  of company code has maintained as key. when i run the report when cas selet as key and descritption. bex is not a probelm.
    only the problew with webreports,  can anybody give some inptus on my issue.
    Any help is appreciated. waiting for your response.
    thanks
    surendra sheety

    For future reference, this question was finally answered correctly recently in the following thread: 
    F4 help - Search values - I need key and text
    Hope this helps someone who is as confused about this as I have been the past few days!
    Bob

  • Current User & Key Date in Web Reports

    Hi,
    I want to default the current user name & current date (could be different from the varaible key date) in the header or footer of the web report. I tried text elements in the web template where we can default only the variable values entered by the user, or general text which include above two texts along with many other details which are not required by me. I have also tried text variable in the query properties in vein. Could someone give some tips, please.
    I have a formula variable "Current Calender Day". How I can create a text variable from this ?
    Thanks & regards,
    Sheeja.
    PS: I'm a functional guy, so kindly explain in detail if any EXit coding is involved.

    Hi Sheeja,
    If ur looking this option for a web template then please follow below steps for current user name & current date :
    1. Create a Text web item present under the Miscelaneous Tab of web items.
    2. In its properties tab Tick 'Display Text only'.
    3. Select General Text elements For text binding option (Present in Data binding)
    In general text Elements option:
    Make a binding with a data provider.
    For user name select - Current user
    For Current date - Select Last Refresh options.
    Try this, hope this will  help to u.
    Thanks !

  • How to get rid of compounded keys on WebI report

    Hello,
    I am (very) new to Business Objects and Web Intelligence, and have created a Universe on a BW multicube.<br />
    When I setup the WebI report doc, the Fiscal year (and Fiscal Period/year) are showing with the Fiscal Variant as a prefix (e.g. Z3/2009). <br /> <br />
    Using a formula to 'strip' the characteristic to 2009 confuses the data (as there is no 'key' of 2009, only Z3/2009).
    Filtering by Fiscal Variant (the Z3 part) doesn't seem to change things, or even putting the fiscal variant in as a column (these techniques used to work quite nicely in Bex and Web Bex).<br />
    Is there some magic I have missed in the Universe building process (which I have purposefully kept very simple, as there are plenty of these to build!!).<br /> <br />
    I am sure folks have seen (and sovled) this before, as Fiscal Year (and Fiscal Period/year) must be used often, and these are standard SAP time fields.<br />
    However, i can find nothing in help or even forums (perhaps I am not searching for correct key words).<br /> <br />
    I haven't tried building the universe off a Bex Query, and am kind of reluctant to do this, as it builds in another layer to maintain.<br /> <br />
    Anyone know how to get rid of the compounded part of the (fiscal year) objects?<br /> <br />
    Your help and comments are much appreciated.<br /> <br />
    Regards,<br />
    Martin.

    Hi Ingo,
    I am also facing the same problem.
    I have an object Showing (TR/1223xxxx). I was able to remove "TR/" in bex by dragging the compunded object in Rows section and supressing it to "No Display" but in Webi I am still getting (TR/1223xxxx).
    In Webi if I create a formula and trim the above value, i am getting "#UNAVAILABLE" in Key Figures, i.e. measures (smar Measures)
    Is there a way to get rid of this compunded value.
    One more requirement, in Bex Query, I am giving dislay as "Key and Text" but in Webi, i get only "Text" for that object. I have to explicitply drag and use the Object - key (detail object of that particular dimension). Is there a way to get both Key and Text in Webi using a single object.
    Kindly help. Thank You!
    Edited by: Aikansh on Mar 9, 2012 8:49 AM

  • Swaping key figures in Web Report(Drag and drop)

    Hi,
    Assume that I have following three key figures displaing in the following sequence in web report:
    Actual, Target, Estimate:
    Now I want to put the key figures in the following order:Estimate,Actual,Target
    When I do try to do the Drag and Drop in the web report I'm getting the following message and I'm unable to move Estimate to the first column,
    Message: Drag and drop action was invalid and was not executed
    I can able to drag and drop in the Bex Analyzer but in web reporting its not working
    Please help
    Thanks

    Hi,
    You can achieve this swapping of KFs by swapping them in BEx. In WAD, you just use the BEx query in which you do this swapping.
    Regards,
    Yogesh.

  • List key figures in navigation panel of web report

    Hi,
    I have the standard navigation panel on the left side of my web report that shows a list of the characteristics in rows and a list of free characteristics. Under the heading columns I can see the point key figures.
    Is there any possibility to list all the key figures that are included in the report so that I can use the drag and drop function for adding / removing key figures?

    Philipp,
    Since Key figures is a structure, you cant see all the key figures under that area. What you can do is, you can restrict the keyfigures in the WAD report itself based upon your selection.
    Hope it helps,
    Assign Points
    Thanks,
    Gattu

  • How to display duplicate key in web report?

    Hi Experts,
    Can anybody tell me how to display duplicate key in web report?
    I know in the Bex analyzer, we can allow the duplicate key to be dispalyed via the 'query property' by right click, and in the 'display option' tab, there is an option which named 'forbid duplicate key', if we don't select this option, the duplicate key will be dispalyed in the report result in BEx analyzer.
    But how can I do this in Web report? Thanks in advance.
    Eileen

    Hi,
    <b>I know in the Bex analyzer, we can allow the duplicate key to be dispalyed via the 'query property' by right click, and in the 'display option' tab, there is an option which named 'forbid duplicate key', if we don't select this option, the duplicate key will be dispalyed in the report result in BEx analyzer.</b>
    Do the same and execute report in web.You can able to see the same.
    Cheers
    Karthik

  • Sort characteristic in web report is done by description instead of key

    Guru's,
    We've build a web report. In the row we use characteristic 0FUNDS_CTR. We show both key and description. When we sort this characteristic it is done on description, not on the key.
    How can we sort on the key???
    Regards,
    René

    Hi:
    DId you go to the InfoObject properties in Query Designer.
    Its right there.
    More into:
    Right Click on the InfoObject in the Query Designer (in Rows)
    Go down there and see Sort Order. Make the check box - ON.
    Here, give the preferences by KEY, Ascending, etc.
    Ram C.
    Message was edited by:
            Ram Chamarty

  • Webi Reports failing -Cannot execute empty query

    Intermittent problem affecting all Webi reports in the SAP BI system .
    This affects all Release 1 and Release 2 Webi reports
    When the user tries to run the report, an error message appears with the message "Cannot  execute empty query. (QTJ00521)"
    User can close the report and try to run it again - the report may execute properly the second time.
    This problem started in production at R2 go live. It is affecting both R1 and R2 webi reports.
    It cannot be reproduced in lower environments.

    Hi,
    Check attached SAP note if this is relevant for your issue.As per this SAP note this happens when query stripping option is checked.If this is checked then uncheck and try.
    1936256 - Error "Cannot execute empty query. (QTJ 00521)(WIS 00000)" when refreshing Web Intelligence report
    Amit

  • No data in WEBI report - but plenty of data in the underlying Bex query...

    HI all - I have a problem with my webi queries - which are sometimes breaking...
    We run in the XI 3.1 ans SAP int, kit - SP 2 on both.
    Sometimes af perfectly well functioning webi report suddenly returns no values - stating that the query didn't find anything. However - if I run the bex query with the same selections I get plenty of data. So there is data. Therefore it might be a Int. kit problem - however, when I bulid a new webi report - similar to the first one, with same dimensions etc. but without all the formatting - It runs fine too!!!!
    So it seems like somehow the original webireport has lost the connection to the measueres which it holds - has anyone any idea to what the cause might be and how to fix it?
    By the way - I havre refreshed the Universe and there is nothing to update.
    BR
    Jess

    Hi Ingo - the MDX statement from the MDX trace - does not yield any data - However, if I make a similar selection in the BEX, there i data avaiable - so it might be a problem with the how the MDX statement is generated.
    I've trouble shooted further and my learnings are so far:
    The problem is caused by a combination of 5 dimensions
    If you remove either one of the 5 dimensions - the query returnsdata
    If you add a specific meausure (a restricted bex key figure) - data is also returned - also in the other measures.
    The MDX statement looks like this:
    SELECT  { [Measures].[D6ZWIC1Q7MOA2YCJM1LAPRQNG], [Measures].[D6ZWIC1Q7MPTG70294GIUMJ70], [Measures].[D6ZWIC1Q7NGQDWFMH0MZ7LEP8], [Measures].[D6ZWIC1Q7NI9R53543I7CG78S], [Measures].[D6ZWIC1Q7NWVQXAK7CQUMKQEK], [Measures].[D6ZWIC1Q7NYF45Y2UFM2RFIY4] }  ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( [0CALMONTH2].[LEVEL01].MEMBERS, [0REPTT].[LEVEL01].MEMBERS ), [0EMPLSGROUP].[LEVEL01].MEMBERS ), [0PAYSCALEAR].[LEVEL01].MEMBERS ), [0ORGUNIT].[LEVEL01].MEMBERS ), [ZBOORGUNT                     ORGEH                         01].[LEVEL00].MEMBERS ) ON ROWS FROM [ZMPHPTGL1/ZDQHPTMN1] SAP VARIABLES [0P_CALMO] INCLUDING [0CALMONTH2].[12] [0P_CALYE] INCLUDING [0CALYEAR].[2009]
    Where all the measures in fact are restricted keyfigures from the Bex query. The dimensions are business content characteristics, as are the variables used.
    The above MDX statement returns nothing - but if you remover either one of the dimensions in the cross joins - the expected data is returned.
    Any ideas to why that happens?
    BR
    Jess

  • BW Hierarchy not coming up in my WEBI report

    Hi Gurus,
    I have created BW query with only 2 fields 1) 0PROJECT 2) 0WBS Element and a key fig 'No of records'. I activated the hierarchy on 0WBS. Then created universe on this query. WBS hier has 6 levels so i in universe, I got 6 dimensions with L00, L01...L06  and created my Webi report with following fields.
    1) Project (dimension)
    2) WBS L00 Dimension
    3) WBS L01 Dimension
    4) WBS L02 Dimension
    5) WBS L03 Dimension
    6) No of records - key fig
    If I take only Project field and No of records, I can see no of rec with values. But when i executed the report with  all WBS hier dimensions like L00, L01,.... i can see only project column is populated and all WBS  L00, L01...etc and No of rec key fig are not populated at all.
    I am new to this so am i missing anything here? We just now installed BO XI 3.1 SP3. May be some files are missing in installation?
    Regards,
    Rahul.

    >
    SAPBW 2006 wrote:
    > Hi Gurus,
    >
    > I have created BW query with only 2 fields 1) 0PROJECT 2) 0WBS Element and a key fig 'No of records'. I activated the hierarchy on 0WBS. Then created universe on this query. WBS hier has 6 levels so i in universe, I got 6 dimensions with L00, L01...L06  and created my Webi report with following fields.
    >
    > 1) Project (dimension)
    > 2) WBS L00 Dimension
    > 3) WBS L01 Dimension
    > 4) WBS L02 Dimension
    > 5) WBS L03 Dimension
    >
    > 6) No of records - key fig
    >
    > If I take only Project field and No of records, I can see no of rec with values. But when i executed the report with  all WBS hier dimensions like L00, L01,.... i can see only project column is populated and all WBS  L00, L01...etc and No of rec key fig are not populated at all.
    >
    > I am new to this so am i missing anything here? We just now installed BO XI 3.1 SP3. May be some files are missing in installation?
    >
    > Regards,
    > Rahul.
    Here there are two ways to get out this (there's no problem with u r installation)
    *1) if u are using webintelligence in bo , make sure that drill option(on top) to be enabled,*
    *2) in universe, select the key figure (No of records) rightclick * No:ofrecords* -> object properties -> Properties  tab Check Function is assigned to sum, if the option Database delegated is there just change that to sum. and apply, save and export the universe and check again
    Regards,
    Naveen kumar

Maybe you are looking for

  • InDesign Buttons Fail to Launch

    I'm struggling with InDesign buttons.  I am attemping to hide an answer under one button, and reveal it by clicking on another following these steps. I created the No. 1 as the button to click and reveal the response to the right of it. I created a t

  • Forms installation....ERROR

    Hello All! I have just installed Oracle 8i (8.1.6) on windows XP, I created a new database called "Test" too.But I am unable to install Forms 6i..the error it gives is "ORAINST.EXE has encountered an error" and it closes the install program.does this

  • Where can i get a replacement Apple brand iPad micro fiber cleaning cloth?

    After just 2 weeks I've lots my cloth (just knew it was going to happen!). I really want the same apple one again, that fits on the screen, but i can't seem to find anywhere to buy it. Anyone know how to get hold of one?

  • Extended lookup field results in HTML encoded string in list view

    Hello again, I have built an extended lookup field to provide picker support. For this I have custom field type and custom field control. Field type looks like this: <FieldType> <Field Name="TypeName">LookupWithPicker</Field> <Field Name="ParentType"

  • MDB Suspend/Resume server startup

    Hello All, We have a requirement where we want to stop MDBs from starting even after server restart. We have tried the following In MDB control page in Admin Console there is a feature in WLS where we can Suspend/Resume MDBs from consuming messages.