Dynamic text in Web Report (lookup on Variable Value)

Hi
If a user specifies a variable value to run a report (say company code), is it possible to have logic which looks up some attribute of company code (let's say country for example) and then displays this as part of some header text above the query results table?
E.G. Report:
These results are for country <value>.
.... col1 col2
row1 200 300
row2 100 400
I've had a look at the Text Element Object, but I couldn't determine if it can be used for this - ?
I'm not sure I could use a Customer Exit Variable to look up the Country, as what could it be attached to if Country is not in the query/Infocube - ?
(I have the added complexity of having multiple queries in one Web Report)
Many thanks in advance,

Hi,
I see 2 possibilities:
- Use a <b>text</b> variable with processing type customer exit in the query title and read the masterdata table in your customer exit depending on the variable value for company code.
- Create another query (query on masterdata table) with the same variable. This will result in one row returning the (in the query definition) defined attributes.
Heike

Similar Messages

  • How exclude values based on text in web report

    hi ,
    i wanted some clarifications
    how to exclude values based on text in web report.

    hi ,
    we had following  requirement.
    in web reprot we had sales group as a drill down.
    now our client wants we can restict sales group values  based on text.
    like  11 -  XXXX.
    here 11 key value and xxxx is the text.
    as of now we can restrict values based on key values.
    but client wants we can restrict values based on text.
    if you have any ideas on that plz let me know.
    Regards,
    Murali

  • BO Webi report hierarchy with measure values showing more(almost double value) compare to BW Bex report

    Hi,
    In our BO Webi report hierarchy with measure values showing more(almost double value) compare to BW Bex report. Can any one please help on this.
    Is it BW problem or BO problem?
    I checked in some other threads but it's not given solution.
    Thanks,
    Manjunatha

    Hi,
    Is it BW problem or BO problem? : BO
    is it causing problem with hierarchly data only ?  without hierarchies data is matching or not?
    Post same in SAP BusinessObjects Web Intelligence  .
    Thanks.

  • Hierarchy node text shows short text instead of medium text in WebI report

    Hi,
    We have created a simple Hierarchy suing Tx RSH1.
    US -> North Carolina
              South Carolinakey
             Rest of America
    Please note "North Carolina" is the medium text for the node while the short text which can contain max of 10 chars is "North Caro"
    We have used and activated the hierarchy within the BEx query. Text display with "Medium Text" has been enabled for the InfoObject. The display on the BW report is as expected showing the medium text for all levels and all modes.
    When a universe is built on the query and a WebI report is created based on the universe everything works fine other than than the Hierarchy text for different levels and nodes. Instead of showing the Medium text, the short text is getting display.
    We took out the text object from the Universe in the Universe designer and went ahead with the key and medium text, but that did not help.
    Is this a known bug? Is there a workaround for this issue?
    We are on XI 3.1 SP3.
    Rgds

    Hi,
    I am working on BO XI 3.1 SP2.
    I have displayed the medium text for the hierarchy nodes as:
    In my universe three detail objects(key, medium name and long name) gets generated for each hierarchy node.
    I have copied the definition of L01 Medium name (detail object) in the L01 dimension object. similarly for other hierarchy nodes.
    i.e. L02, L03.. etc.
    Now the master data which have been loaded for the medium name will be displayed.
    Regards,
    Rohit

  • Display of Hierarchy Nodes as Medium Text in Web Report

    Hello everyone,
    Does anybody know how to display the hierarchy nodes as medium text instead of short text (default) in web report?
    I know it is possible to change the display setting directly (by right clicking on hierarchy node > properties) from the web report.
    However, I would love to know if there is any other way to change the settings such as through Query designer or Hierarchy maintenance in SAP GUI so that users do not need to change the display settings every time they view the web report.
    Your help is kindly appreciated.

    Thank you Shabar for you quick reply.
    What if a Hierarchy is created under an InfoObject? How can I change the Text view of each name of the Hierarchy nodes?
    In Query Designer, I tried to change the Text View to Long but it only affects the text of the InfoObject but not the Hierarchy nodes.
    I tried the 2nd suggestion too.  I only can find the BEx description for the InfoObject but not the Hierarchy nodes.
    It would be great if anyone could tell me how to do so.
    Thanks in advance.

  • WEBI Report Use of Variable in Drill Down

    Hi,
    i am new to BI Webi report just doing some practice exercise from E fashion Universe. Need your help in creating a WEBI report which should show Sales Revenue broken down to half-year level.
    For example:
    We have Year, when we drill Year 2004, it should not show Quarter infect i want to see 1st Half Year as Q1;Q2 and 2nd Half year as Q3;Q4 for that year.
    For this i have created a Variable "Half Year"
    =If([Quarter]InList("Q1";"Q2");"1st Half Year"; "2nd Half Year")
    Is there anyway i can use this variable so when i drill Year it should Sales Revenue Broken as Half Year
    Thanks

    Hi Kamal,
    1) Create Half Year object in Universe.
    2) You can create custom Hierarchy in Universe like-
    Year
    Half Year
    Quarter
    Then you can drill down to Year>>Half Year>>Quarter
    ~Anuj

  • Dynamic Naming of Webi reports

    Hi,
    I have a requirement where webi report generates 5 times a day.For each time the column name/Header needs to change dynamically. For Instance if report is generated at 10 am in the morning, it should display "COMSOL" and if the report generates at 1pm ,displays "ASPEN"..
    Is it possible to achieve this in Universe or report level? Any help is highly appreciated.
    Thanks
    Shanthi
    Edited by: Shanthi26 on May 13, 2011 12:30 AM

    Please try this:
    If(FormatDate(LastExecutionDate([Query1]);"HH:mm")="10:00";"COMSOL";If(FormatDate(LastExecutionDate([Query1]);"HH:mm")="13:00";"ASPEN");"header3").
    Hope this will help you out.

  • Dynamic schedulling of WEBI report

    Hi,
    I have created a WEBI report based on BICS connection.
    Report has a date parameter and when scheduling the report in BI 4.0 Server based on daily, monthly and weekly I want to change the value of parameters dynamically.
    How top acheive this?
    Environment details:
    BI 4.0 Support Pack 8 patch 4
    SAP GUI 7.3
    Thanks!
    Nrupal

    From where do you want to pass a value dynamically?  
    Dynamically doesn't mean random right? I should hold some logic receive from..
    What I can think of is :
    Pass a prompt value from another Webi report  and schedule your original report based on event after executing your webi report which is passing the value.

  • Hyperlink Webi Report with BEX variable

    I have a bex query with a selection variable.
    It becomes a yellow filter in my BO Universe which I can use as a query prompt.
    Question is, can I pass the value of that Bex Variable/ BO yellow filter from my parent report to my child report using OpenDoc.
    When I try, the child report bombs and I receive an error message.
    FYI, I am able to pass the values of BO Query Prompts from my parent report to my child report.   The issue is with BEX variables?
    Is there a solution?  Can this be done??
    Thanks
    Using BO XIR3.1
    Edited by: Tom Sidor on Aug 31, 2009 7:49 PM

    Stratos,
    Thanks for your reply.
    My BO Webi report is based off a BEX Query, which generates the Universe used for my BO Report.
    The Bex Query has a Variable Prompt that becomes a Filter/Prompt in my BO Universe & Report.
    Here is the OpenDoc URL for this
    "<a href=\"/OpenDocument/opendoc/openDocument.jsp?sDocName=MFD1-OrderHeader&sType=wid&sPath=%5BMarketingAnalysis%5D&lsSReporting Start Date:="[DT CMB]"&lsSReporting End Date:="[DT CME]"&lsSSKU:="([L01 Material Key])[CHP][CCP][UTP][MSP*][PRDP][CTP][PTP][DIVP][REGP][STSP][STZP][ATP][OPP][ORP][STCCP][ONP]"\" title=\"Order Header Drill Down\" target=\"_blank\" nav=\"web\">"[Orders Placed CM]"</a>"
    The embedded  variable, in the URL above,  for the Bex Query Filter is below
    Variable - [PRDP]
    =If(IsPromptAnswered("Product:");"&lsMProduct:="URLEncode(UserResponse("Product:"))"")
    This is the Where Clause from the Condition properites of  Bex Query Varible in the Universe (yellow filter)
    <OPTIONAL><FILTER KEY="[!V000002]"><CONDITION OPERATORCONDITION="InList"><CONSTANT TECH_NAME="@Prompt('Product:','A','Material2 with updash\LovHierNodeL03 MaterialBase',multi,primary_key)"/></CONDITION></FILTER></OPTIONAL>
    All my other WEBI Query prompts pass just fine.  The problem again, is trying to pass a SAP BW Variable that is contain in the Bex Query.
    I receive an error (WIS 10901)on my child report when I try to execute the drill down from the Parent report when I populate the Bex Variable Prompt on My BO Webi Parent Report.  (again this only happens with the BEX variable, all other prompts work fine and pass the values with no issues).
    Thanks for any help you may provide.
    Tom

  • Simultaneous display of english & greek characteristics texts in web report

    We have a web query that displays several characteristics as a hierarchy. Half of the characteristics are english and half are greek. Both languages (EN and EL) are maintained for each characteristic texts (even having greek chars in english text).
    Until now we did not manage to get correctly displayed the greek characters from this display hierarchy on the web. We get only monkeys on the screen for greek stuff! and this regardless of settings of locale, IE encoding & logon language.
    Is there a way to achieve this on the web as well?
    Note: The display of characters is correct in Bex (in Excel)! We use BW3.1C with Oracle db 9.x db.
    Thank you,
    Narcis

    We found a solution/workaround for this. The trick is not to use the standard bw stylesheet.
    Create a new stylesheet (in public\bw\bex\stylesheets) that should use the correct font family. In our case worked fine with hellasarial (you may try few until you get the right one).
    Still we do not enjoy this too much, since we need to install the font on enduser machines. Any other options are more than welcommed.

  • WAD 7: Hide Web Item depending on variable value

    Hi,
    I have two enterprise reports in a web template. The underlying queries have the same variable (calendar month). I want to achieve the following:
    In case the variable is < 4: Show report A, Hide report B
    In case the variable is >=4: Show report B, Hide report A
    Any idea how to do this?
    Best regards
    Thomas

    You should lookup how to use XPATH and Javascript combination. Xpath will let you query the value of the variable in Javascript and then you can use javascript to set the hidden property for the desired web item.

  • 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

  • Hiding variables in WebI report

    Hi,
    We have generated an Universe based on a BW query which has 5 user entry variables with user exit logic coded for each one.
    Based on this Universe we wish to create 2 WebI reports.
    However, for the both the reports all the 5 variables are displayed.
    Is there a way to hide the variables, so that on the first report we see two variables and on the second WebI report we are able to see the remaining three variables.
    For all 5 variables, we have some logic on the BW user exits and hence we want to leaverage the BW variables and not opt for the WebI variables.
    Rgds

    Hi Free Will,
    How did you manage to hide the variable, we have a similar issue,  I have created a BW variable that is populated by Customer Exit. The problem is, for the query to be filtered in the Webi Report it the variable has to be defined as "input ready", and this allows the users to change the data in the variable which I don't want them to do. If I don't make it input ready the WebI Report is not filtered.
    If we could hide the variable it would solve our problem
    Thanks in advance
    Lucien

  • Need to display TEXT in web selection screen

    HI All,
    We are working on CRM-BW  modeling. We have one field called "product" which will have key and medium text. We need to display both key + text in web reporting selection screen. When we ran first time text was not showing in web report. Then we found and change the configuration in search help in SE11 for that field. Then we can see the text+key combination in RSRT but still we can't see the text in web report selection screen...
    Now what we have to do to display text in selection screen on web...
    Please give your inputs  ASAP.....we are in UAT phase....
    Thanks in advance
    Arun

    Hi Arun,
    For you case: Display key & text in selection screen.
    In BW,
    You can go to query designer, then you'll go to the info-object belong to the variable (selection-screen : product). Right-click, find for the properties, Then you'll see the option for <b>display as</b>.
    Choose it for Key and text.
    Then save it.
    Go to the report, in the selection screen, when you're choosing for the help, you'll see the value displayed by key & text.
    Hopefully it can help you a lot.
    Regards,
    Niel
    Thanks a lot for any points you choose to assign.

  • Dynamice Prompt in Webi Report

    Hi,
    Is it possible to create dynamic prompt in Webi Report at Report Level.
    Regards,

    Ok if i get your question right: you want to create a date dimension in webi as a variable and use it as a prompt is it ? then NO. ur date dimension from example has to come as a universe object. bcos prompt is always at the query panel level and variables created at he report level are not visdible here.
    Thanks,
    Karthik

Maybe you are looking for

  • Error "OS identified Windows Vista is not supported with Informatica 9."

    I have moved it to "Business Intelligence Applications" forum. thanks

  • Missing artwork in itunes 7.5 after ripping cd with dbpoweramp

    ok so i've ripped a few cds using dbpoweramp (aac) and added the aac files to my itunes 7.5 library. the artwork doesn't show up so i select all the tracks of a particular cd and select 'get album artwork' and nothing happens! what do i need to do? o

  • Premiere Pro CS5.5 effects like AE effects ??

    Hi. I would make the Premiere upgrade to the CS5.5 from the CS5. So I go to the Adobe page - http://www.adobe.com/it/products/premiere.html - and watch the video of Garet Edwards. I discover that, during the editing, he inserts a road sign in the Pre

  • Using Struts and JSTL together

    I have <html:form action="xy.do"> <c:set var="name" value="shalik"/> <html:text property="name" value="<c:out value="${name}"/>"/> </html:form> How could I put data stored in ${name} to show in the text Also, is there a shorter way to access java var

  • Zen stuck in Recovery Mode after trying to upgrade firmw

    Hello all,?My Zen micro needed firmware upgrade to the latest 2.2.02. When ran the upgrade, it got stuck after Zen re-boot. Finally, I disconnected Zen and reconnected and tried to run firmware upgrade again but the upgrade software would not recogni