Variable in Title of Answers-Report

Hi all,
in BIEE Answers reports I need to display a variable taken from a table, e.g. DWH_LOAD_DATE. I want to display this variable in the title or Static Text box but I don't suceeed with the @{variables.rep_var} notation in combination with a repository variable.
Does someone have a solution or workaround for this requirement? Any hints appreciated.
Marcus

Not sure why the docs aren't right. I ran into the same issue and after a bunch of searching I found it here: http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/want-to-include-a-dynamic-variable-in-title-in-obiee-1569322
Glad it worked for you!

Similar Messages

  • How to display metadata such as data load date in answers report title?

    We have a requirement to display the last load date of the data relevant to the report the user is viewing. We have such information stored in a metadata table listed by the fact table the report is referencing. Our proposed solution is to create new answers reports off of this metadata table and put each report (with the appropriate filter on the fact table) on each dashboard section where the corresponding report is placed. One problem with this approach is the load date information will not be reflected in the print form of the report as the date is dashboard content - not report content. Is there any way to overcome this situation (other than create a ton of variables specifically created for this purpose)? I'm open to entertaining javascript ideas, if necessary. I would love to know how to push this OBIEE envelope further. Thanks in advance.

    Hi,
    I discuss with some people who are familiar with SharePoint, we both thought Windows Explorer may
    not accept the custom metadata.
    if we want to do some customization, it is recommended to ask for help in development forum.
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?category=windowsdesktopdev
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • How to Change Date Format in the Title of the report.

    Hi Everyone,
    I want to change the Format of the Date in the title(Query run Date)taken by report through the variable "&Date" .
    The Format available is DD-MON-YY
    Desired Format is DD-MON-YYYY.
    Please let me know the same as early as possible.

    Hi NP,
    What I try to do is to reformat the default &date inserted into the Title for Discovere Plus and Viewer. When you edit the Title for the report, you can select the date from the Insert dropdown list to display the date when the report was run. The Date (shown &Date in the Title) has a default format of DD-MON-YY. As I have other date parameters displyed in the Title that have the format of DD-MON-YYYY specified by the user, I want to have the &Data in the same format. Please advise me how to achieve this.
    Thank yiou very much,
    J.K.

  • Help to use presentation variables in title view

    Hi,
    I am trying to use presentation variables in title view and the presntation variable that I have created is for current month date range (04/01/2012-04/30/2012)
    When I am using this variable in the title view in the report it is showing me as (04/01/2012,04/30/2012)
    IS there any way to get the date range as 04/01/2012-04/30/2012 instead of comma

    863997 wrote:
    Hi,
    I can not create two presenation variables and use becasue I have dashboard prompts setted up and I am using that prompt in my dashboard and report to..So if I create two presentation variables seaperately and use then whenever we change the dates in the prompts the dates in the reprot title will not changeYou absolutely can use two presentation variables and they will change in the Title View if you use them there. Click on this link for the details on how to create the two prompts and use them in your report.
    http://oraclebizint.wordpress.com/2008/02/26/oracle-bi-ee-101332-between-prompts-for-date-columns-using-presentation-variables/

  • Text Variable for Top N in Report Name

    Hi Friends..
    I am using a Top N condition in my Report and need to take in value of N from the user and also display it in to title of the report.
    The Text variable wizard does not give me the option to populate a variable value in the title..
    Any ideas would be appreciated..
    Ashish..

    Hi Dorothy,
    Once I press the variable button ..I know I can create a text variable over a characteristic..
    My problem is that I have a Top N Variable created in the conditions which is populated by user entry and I need to populate my text variable in the report title by the value of N which the user enters..
    Hope you understand my problem
    Ashish.

  • Server and Presentation Variables and Displaying in Dashboard Report

    Hello I am running into dead ends trying to get what seems a simple request implemented. The user would like to be prompted for a Date range and have the dates they select displayed in the Title of the report, they also would like the default data set returned be the prior month (so not all data is returned when they initially run the Dashboard)
    I have a Dashboard prompt where the user is prompted for a Date Range (Date column). My first issue was being able to display the Date range in the title. I used the below post from Venkash
    http://oraclebizint.wordpress.com/2008/02/26/oracle-bi-ee-101332-between-prompts-for-date-columns-using-presentation-variables/
    I set the Case statements in the Dashboard prompt to equal then passed them to a Presentation variable. I then used these to be displayed in the Title of my Answers report.
    The issue now is automating prior month, I was informed I would have to set up a Repository Variables to initialize two columns - one bringing in Prior Month First Day and one bringing in Prior Month Last Day. I then set these as the defaults in the Dashboard Prompt.
    This works, however, my problem now is when the values are displayed in the report initially, they have the value of TimeStamp '01-01-2008 00:00:00'. When I put in values in the Dashboard Prompt and hit go the values are replaced correctly with whatever I put in - 1/1/2008.
    I assume the TimeStamp shows because of the initialization I am doing in the repository, I don't see any way of changing this so it reflects just the date, I am using the sysdate in the formula on the repository - I tried converting to_char first setting the format then converting back to Date. But still no luck.
    Has anyone else encountered this? Or am I even going about it the wrong way? Sorry for the long post, I look forward to any input, thanks!!!

    No it errors out when I try to Cast the server variable as a Date in the Dashboard Prompt interface.
    The variable I created in the repository (Server/Dynamic) has the formula:
    SELECT Add_Months(TO_DATE((to_char(sysdate,'mm')) || '/' || '01/' || to_char(sysdate,'YYYY'),'MM/DD/YYYY'),-5) from dual
    This is set up with an Initialization block that when I first run the report it displays in the title
    TIMESTAMP '2007-10-01 00:00:00'
    This will display no matter what I change the Initialization block to (01, ab, etc) so I guess it is something from the formula.
    Now when a user does enter a value into the prompt box and hits GO the title changes to reflect a date and looks great (10/1/2007), but I guess this is because it is now passing the database column value to this presentation variable.
    I assume this all revolves around the formula I am creating in the repository to return a default of 10/1/2007 so it can be displayed in the report header like that and not with the TimeStamp format above.
    I appreciate all your input, thanks again!

  • Selecting a column in Answers report based on user prompt/ apply filter

    I need to do the following in OBIEE Answers report (version 10.1.3.4.1):
    1) Think of a simple table with dim TX_type and some measures like month_jan, month_feb, month_mar
    so the fact table looks like (column names) tx_type, month_jan, month_feb, month_mar
    2) I need to select the measure column based on a user dashboard prompt, prompt populates a presentation variable var_month = jan or feb or mar
    3) I need to select the correct measure (one of these month_jan, month_feb, month_mar) and then apply column filter based on the dim TX_type to split the values of these into multiple columns for report. So the report may look like (in Answers)
    Sales , Tax, overheads
    where Sales may be defined as sum(month_jan) where rows have TX_type = 'sales'
    where Tax may be defined as sum(month_feb) where rows have TX_type = 'tax'
    where overheads may be defined as sum(month_mar) where rows have TX_type = 'overheads'
    IF the user selects jan
    IF user selects Feb then the 3 report columns are based on month_feb and likewise for month_mar
    I cannot use column selector option as the report column further apply filter in column filter definitions in Answers...
    4) When I try to build the column filter using a presentation variable (var_month), the presentation variable is not getting populated in the column filter.
    For e.g. IF var_month = 'jan'
    THEN month_jan (let us assume the logical column name is month_jan too)
    ELSE month_feb and so on...
    However, the var_month always shows 0 in the IF clause. If we used a repository variable instead, it works fine. But since repostory variable cannot be changed on the fly (by user prompt) it is not usable.
    We cannot change fact table defintion....and we have 12 measures column and about 8-10 different colum filter based report columns using this measure.

    Hi shyamvaran,
    have you thought about a SQL statement in the prompt, something like:
    SELECT
    case when 1=0 then Table."Column" else 'Jan' end
    FROM "Subject Area"
    union
    SELECT
    case when 1=0 then Table."Column" else 'Feb' end
    FROM "Subject Area"
    union
    SELECT
    case when 1=0 then Table."Column" else 'Mar' end
    FROM "Subject Area"
    union
    SELECT
    case when 1=0 then Table."Column" else 'Apr' end
    FROM "Subject Area"
    etc...
    Use this to give you the 12 values for your months then give the prompt column a presentation variable name and set a default value in the 'Default To'. Also set the same default value for the filter.
    A couple of points:
    1. If you're transforming the presentation variable from 'Jan' to 'month_jan' you may need to edit the syntax for the filter column (not using the dialog box).
    2. If you're transforming the behaviour of a dimension / measure column in the report, have you specified the syntax correctly, e.g. sum('@{pres_var}')?
    Hope this helps,
    Justin

  • How to display dynamic header title in the report?

    I have a req to display dynamic header title in the report.
    When a id is entered in the prompt text, it will display the user data based on that user_id.
    so similarly....the header title should vary each time when you select different user_id.
    How can we implement this?

    >
    Zack H wrote:
    > Lazaro,
    >
    > It depends on what you want displayed in the heading for each id.
    > Please elaborate.
    >
    > Thanks,
    > Zack H.
    Zack..I have several projects listed under several project id's...
    so when a user selects project id 00164 then it should display something like "Project document for Jon Doe"
    again when the user selects project id as 00192 then it should display something like "project document for Zimmerman"
    Did you get it??

  • How to remove the underline from Title of a report.

    How to remove the underline from Title of a report.
    plz tell.

    You have to go inside the title view :-)
    Regards,
    Stefan

  • Center a report title in Matrix report SSRS 2008

    I have fought with my first Matrix report for about a week now. What a pain. Now of course when I seem to be close to the end I can't center my report title on the report. How do I center a title? Help please. Thanks. SSRS 2008.

    Hi gainesvillepratt,
    After testing the issue in my local environment, we should add a textbox with title value above the matrix. Changing the Width of textbox with the same size as the rendered the matrix Width (Row Groups area width + Column Groups area width * the number of
    columns in column group), then setting the TextAlign property to Center in the Properties Windows pane. Thus we can achieve your requirement.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Removed variable still shows up in the variable screen of a Web report

    Hello,
    I am using a variable screen in a web report. I changed the variable on 0CALMONTH, but I still can see the old one. Two variables now show up. In Bex, only the new one can be seen.
    Does anyone knows the reason for that? I'm using BW 7.0 with the 3.5 reporting functionalities.
    Thanks in advance, Nathalie

    Nathalie,
      i'm sorry, it's not datasource... it's dataprovider
        delete the dataprovider from the the HTML Code...you could see the DataProvider in <Object>... </Object>
    suppose let us assume that you have DataProvider and DataProvider. you are not using DataProvider3, delete from the HTML code.
    delete this block from HTML.
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DATAPROVIDER_3"/>
             <param name="QUERY" value="NEWQUERY123"/>
             <param name="INFOCUBE" value="ZSD_OPST3"/>
             DATA_PROVIDER:             DATAPROVIDER_3
    </object>
    Create a new Web application that will give you correct result.
    Can you please update the thread.
    all the best.
    Regards,
    Nagesh Ganisetti.

  • Parameters for Answers report.

    Hi,
    I am creating an Answers report. We need to give a date range as paramters. Do we have to use the column filter prompt for this or is there any other way we can create parameter range for this. Not on a dashboard but just an Answers report. Please advise. Thanks in advance.

    What kind of parameter range? If it's fixed, but dynamic, you can use repository variables and a filter. Say you want to filter "last week Monday through Friday" and run the report in Answers any day this week. Use this SQL on your date column:
    BETWEEN TIMESTAMPADD(SQL_TSI_DAY,-5,TIMESTAMPADD(SQL_TSI_DAY,DAYOFWEEK(CURRENT_DATE)*-1, CURRENT_DATE)) AND TIMESTAMPADD(SQL_TSI_DAY,-1,TIMESTAMPADD(SQL_TSI_DAY,DAYOFWEEK(CURRENT_DATE)*-1, CURRENT_DATE))
    You can modify the above to produce any date range, fixed, but dynamic, that you want.
    If, however, you need the date range to be ad hoc and dynamic, you will need the column filter prompt (for Answers) or a dashboard prompt in a dashboard.

  • Any preference to set to answers report in order to display all results?

    Hi,
    This is OBIEE specific question. I am posting for the first time. Hence kindly point me to the right forum if this is not the one.
    If an Answers report is likely to produce > 25 rows or so, it throws an arrow icon with a star in it to get all results.
    is there any preference to set to the answers report to fetch all reports?
    this is especially useful when we add reports to dashboard and in briefing books. we want all the data in some instances.
    Thanks in Advance,
    -vinod.

    Hi David,
    we have different users like Administrator, Test, Dev,..etc and they are work in one Dashboards.
    so I want to display all users and active users information like Log in Time, log out Time, current user information and which objects (Variables) are using in Answers or in Dashboards.
    I want to display these information in one dashboard page (Tab).
    Is it possible..... yes means plz inform the way to accomplish this issue
    Thanks in Advance
    Balaa

  • How to change the title of a report by programmation at the run time?

    Hi,
    I would like to change the title of my report at the run time.
    Is it possible?
    If someone can help me...
    Thanks,
    Mbo

    hello,
    what do you mean with "title" ?
    a couple of approaches :
    - Runtime Customization
    - lexicals
    - before report escape HTML
    regards,
    the oracle reports team --pw

  • Trying to change title of a report from code

    Post Author: tonyscarpelli
    CA Forum: .NET
    I am trying to reset the title of a report in VB 2005 when it displays. The following code doesn't seem to work:     oRpt = New RepMfg     'Pass the populated datatable to the report     Me.oRpt.SetDataSource(Me.tblRepoTable)    Dim lcTitle As String = "Manufacturer List Sorted by " + ManufactForm.gcSortTitle    Dim lcObject As String = "txtTitleInfo"    CType(Me.oRpt.ReportDefinition.ReportObjects(lcObject), TextObject).Text = lcTitle     'Display the viewer as modal form (ShowDialog)    DisplayForm.ShowDialog() Can anyone see what the problem is?Thanks.

    The title of a podcast is carried in the 'title' tags in the top section of the feed (between the 'channel' tag and the first 'item' tag'.
    The podcast image is carried in the 'itunes:image' tag in the same area, which should take the format:
    <itunes:image href="URL OF AN IMAGE FOR THE PODCAST" />
    The URL must be absolute (i.e. include http:// and the server name).
    The images which appear when subscribing have to be embedded in the actual media files - see here.
    This page may help by giving you some general details about podcasting and a sample feed:
    http://www.wilmut.org.uk/pc

Maybe you are looking for

  • I think I've found a bug... (CS 4 6.0.4, export to EPUB, w/ test case)

    Hi everyone, I think I've found a bug. I suppose I would like to see if others can reproduce it - I've managed to on 2 work machines, but the more the merrier. I suppose I'm also hoping that giving this bug more exposure will increase the likelihood

  • Double click does not bring up my Multitasking bar anymore.

    I have the iphone 6 with the software 8.1.1. There are 2 problems I am having with my my home button. 1. When I soft click the button twice the screen does not shift down half way anymore. 2. When I hard click the home button twice my multi-tasking b

  • Menu bar not alligned in IE

    Hi all, I have created a top and bottom menu bar in the header that looks fine in Safari and Firefox. It is basically a menu list on the top of the header and then towards the bottome of the header. However, in Internet Explorer, the menu items don't

  • Enable multiple profiles for data entry profile in HRESS_A_CATS_1

    Hi, We are trying to migrate from JAVA web dynpro to abap web dynpro. Can any one tell me how to activate multiple profiles in cats record & release application. I created one custom application configuration for hress_a_cats_1 from hress_ac_cats_1 a

  • How reactivate closed webbroser

    google translation: Portuguese to English I'm using the event newwindow2 it works perfectly. The problem takes place in windows that close with button to submit. the webroser closes and does not work again in the next event newwindow2. The attached V