Narrative View chnage how data is viewed

When I select a narrative view, and enter @1 and @2 in the body, I am seeing the data structured this way:
Jan 10% Feb 20% Mar 25%
I want the data to look like this:
Jan Feb Mar
10% 20% 25%
Can this be done? Thanks.

You can make use of HTML table tags
in prefix section ---> <table>
in narrative -->
<tr>
<td> ....
</td>
in postfix (close the table) ---> </table>
Make sure that you check the check box for 'Contains HTML Markup'
Regards,
Raghu

Similar Messages

  • To display Date prompts in narrative view

    Hi,
    I'm new to Obiee.I have created 'From Date' prompt (greater than or equal to ) and 'To date'(less than or equal to) prompts ,I was able to display the reports correctly ,What i need is to display the chosen dates in title of the report.How can i achieve this using Answers? (i.e)In title i need to display 'Pending Amount Between FromDate to ToDate '
    Thanks in advance,
    Princy

    Hi,
    Thanks for your reply.I was able to complete major part of my need.But the last thing i need is,
    Using presentation variables i was able to display the dates correctly in Table View,but i'm able to display only the 'From Date' in my narrative view.I need to display the 'To Date' also in my narrative view.I had applied two filters (i.e;greater than or equal to presentation variable and less than or equal to presentation variable)in column 'Date' .
    Since i'm using a single column 'Date' for prompts i dont know how to give the condition in narrative view to show the 'To Date' in narrative view which the user chooses from prompts.

  • Narrative view, how do I don't show parameters that are emtpy?

    Hi
    I'm going to create a Narrative view that shows what the users has selected in about 10 dashboards prompts. I'm typing things like ... Period: @{p_date_from} ... and so on.
    But what if the user didn't choose any particular prompt of the 10 that he has available? The I only want to show in the narrative view the one he has chosen.
    How do I do that?
    Thanks

    Ooh I forgott to say ... I'm not allowed to use javascipts ... funny ey?

  • How to set page break for Narrative view???

    Hi All,
    I have created a report in Narrative view using HTML code. I am stuck how to set page break based on a column in Narrative view. If anybody is aware of the issue pls let me know how to overcome this situation. Or if this can be done using HTML code itself pls let me know how to do it.
    Thanks & Regards
    Thenmozhi

    Hi Honey,
    I am not sure on ur requirement but you can achieve page break with a column using pivot view by dragging that column into section area and editing section properties to Insert Page break option.

  • Using Narrative View how to show multiple rows as one row

    My answer result set Returns 3 rows
    Year Rev
    2005 $100
    2006 $200
    2007 $300
    I want to display in a single line like
    2005 $100 2006 $200 $2007 300
    How do I achieve the above?

    obieefan,
    Add narrative view to compund layout and in the narrative area add @1@2...
    @1 refers to year column
    @2 refers to dollar amount column.
    mark posts promptly
    J
    -bifacts
    http://www.obinotes.com
    Edited by: bifacts on Nov 12, 2010 9:26 PM

  • Data in a narrative view.

    Sorry if this is simple. Just want to display the multiple values from a report prompt, not dashboard prompt, in the report. My effort has taken me to the narrative view and am using @12 to display the values in the column which has been filtered. But it is listing the values many times for each row. Can I use the narrative to display only distinct @12s or is there a better way to get the prompt values into the report. Thanks

    You can do this with pivot table, it is not possible with Narrative.
    1. Create pivot view for same report
    2. exclude all the columns other than the column you want to show
    3. Put the column in measures
    4. duplicate the column, drag the duplicate column in to columns and hide
    5. drag measure labels into Rows
    6. apply aggregation to First on column in measures.
    it works, I will blog it shortly with screen shots soon.

  • How to display presentation variable in a narrative view

    Is there any way that we can display the prompt value stored in a presentation variable in the narrative view?

    Hi,
    use this synatx @{PRESENTATION_VARIABLE}{'Default'}
    Regards,
    Gianluca

  • How to pass column values to narrative view  in obiee11g

    Hi All,
    my report values like this
    Month_name value
    Jan 100
    Feb 500
    march 400
    April 1000
    Now I can display march values in narrative view
    Ex:march values is 400.
    when i use @1,@2 it will display the Jan values.
    And Also i want show the Table view also in same report.

    Hello,
    Using dynamic sql you can pass column name to function. well I am not getting what you really want to do ? Please write in more detail. By the way I am providing one example here. see it uses dynamic sql.
    Create or replace function fun_updtest (p_columnname_varchar2 in varchar2,
    p_value_number in number)
    return number is
    v_stmt varchar2(500);
    begin
    v_stmt := 'update emp
    set '||p_columnname_varchar2||' = '||to_char(p_value_number)||'
              where empno = 7369';
    execute immediate v_stmt;
    return 0;
    commit;
    end;
    call to this function can be like this..
    declare
    v_number               number;
    begin
    v_number := fun_updtest('SAL',5000);
    end;
    Adinath Kamode

  • Issue filtering a report (based on narrative view) with a dashboard prompt.

    I used HTML and java-script codes in narrative view to solve the issue of "linking different reports on selecting values from a drop-down". A new issue has cropped up due to that implementation. The issue is that i can't attach a dashboard prompt to such a report. This means, when i put this report on a dashboard page with a dashboard prompt to help filter the report, the report does not gets filtered (it does not seems to be connected to the dashboard prompt).
    Has anyone faced this issue before? If yes, please let me know how to tackle it at the earliest.
    Regards,
    Ramil

    Hi,
    sorry , i could not solve the problem. the below case statement i put in the formula of a date column but i got some syntax error.One more thing is case statement is appearing in the select query not in where condition. Do u mean to say if i will put the same column as is prompted then it will come in where condition.
    Could u plz help me where i am doing wrong .
    case when '@{Period}'='Weekly' then Alerts."Creation Date and Time"  between  '@{PStartDate -7}' and  '@{PStartDate}' end
    [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <between>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: SELECT Alerts."Business Domain(s)", Alerts."Closing Action Type", Alerts.Closer, case when ''='Weekly' then Alerts."Creation Date and Time" between '' and '' end FROM "Common Productivity Reports for Alerts"

  • Narrative view current year

    Hi..
    How could I view the current year by default in narrative view. I have used the following code
    Year @{pvYear}*{year(current_year)*
    Here pvYear is my presentation variable. At first time it shows Year year(current_year) in my report. When I use the prompt its shows my selected year.
    Right now I have hard coded as
    Year @{pvYear}{2009}
    Thanks
    Mohan

    These are the step you have to follow
    create one dummy column in the report and write the following formula
    *case when @{year}=null then year(current_date) else @{year} end* and refer that column in the narrative view
    and in the dashboar prompt defualt to drop down select repository variable and give the current year repository variable there
    or choose SQL results and write the following formula
    * SELECT case when 1=0 then "- Actual Start Date"."Start Year" else Year(current_date) end FROM Activities*
    hope it helps you
    Regards
    Naresh

  • Formula in a narrative view

    Hi Gurus,
    Can you please help me with narrative views in OBIEE (11.1.1.5)?
    I have a table that lists customer sales., e.g.
    Customer Sales($mn) Rank
    Cust1 800 1
    Cust2 450 2
    Cust3 350 3
    Cust4 300 4
    Cust5 40 5
    Cust6 30 6
    Cust7 20 7
    Cust8 10 8
    Total 2000
    The requirement is to build a narrative view that uses different columns and totals. In this case, the narrative view should say:
    Top *3* customers provide *80%* of the revenue.
    (n = 3)
    (80% = sum(sales) where rank in top n / total sales) = (800+450+350)/2000*100
    I can't find a way to incorporate formulas. I can call the sales column (@2) but not able to put the calculation in the narrative view. Has anyone done such a thing before or knows how to do it?
    Thank you!!

    Thank you, HM... that worked great!!
    I have another quick follow up - is there a way to refer to individual values in the result set in a narrative? For example, based on the same table:
    Customer $mn Rank
    Cust1 800 1
    Cust2 450 2
    Cust3 350 3
    Cust4 300 4
    Cust5 40 5
    Cust6 30 6
    Cust7 20 7
    Cust8 10 8
    Total 2000
    I want to create another narrative that is the ratio of sales of the first and third ranked customer; i.e., the narrative I am trying to build is:
    No. 3 has to increase sales by *2.28* times to equal No. 1.
    (2.28 = 800/350)
    Is that possible, given that my table is sorted by rank?

  • Pagination in a Narrative view?

    Is there a way to use pagination controls in a Narrative view?
    I'm looking for either an out-of-the-box way to turn this on (maybe I'm just not seeing it?), or if that's not supported, then any ideas on how it might be otherwise implemented.
    Is this do-able at all? Am I just not seeing the place to active this?
    Thanks very much.

    Thank you, HM... that worked great!!
    I have another quick follow up - is there a way to refer to individual values in the result set in a narrative? For example, based on the same table:
    Customer $mn Rank
    Cust1 800 1
    Cust2 450 2
    Cust3 350 3
    Cust4 300 4
    Cust5 40 5
    Cust6 30 6
    Cust7 20 7
    Cust8 10 8
    Total 2000
    I want to create another narrative that is the ratio of sales of the first and third ranked customer; i.e., the narrative I am trying to build is:
    No. 3 has to increase sales by *2.28* times to equal No. 1.
    (2.28 = 800/350)
    Is that possible, given that my table is sorted by rank?

  • Script result not showing up in narrative view

    I'm making a org chart as a narrative view.
    If I do not tick "Contains HTML Markup" the result of the script is displayed. If I cut-n-past that content into a HTML file it display the result I'm looking for. However if I tick "Contains HTML Markup" the narrative view displays as empty.I have Attached two screenshots displaying this.
    Any ideas what I'm not doing right? Have I forgotten some config to enable scripts in narrative view?
    this is the script I'm using
    Prefix:
    <script type='text/javascript' src='https://www.google.com/jsapi'></script>
        <script type='text/javascript'>
    if(document.URL.indexOf("saw.dll?Answers") == -1) {
          google.load('visualization', '1', {packages:['orgchart']});
          google.setOnLoadCallback(drawOrgChart);
          function drawOrgChart() {
    if(document.URL.indexOf("saw.dll?Answers") == -1) { 
          var data = new google.visualization.DataTable();
            data.addColumn('string', 'Name');
            data.addColumn('string', 'Manager');
            data.addColumn('string', 'ToolTip');
            var myOrgArray=[];
            var tempStr = "";
    Narrative:
    myOrgArray.push(["@1","@3","@2"]);
    Postfix
         data.addRows(myOrgArray);
            var chart = new google.visualization.OrgChart(document.getElementById('div_orgchart'));
            chart.draw(data, {allowHtml:true});
        </script>
        <div id='div_orgchart'></div>

    Yes, sorry, client is obviously sufficient as well.
    Just tried your code and same behaviour here and it doesn't do squat either. Can't deep-dive into that code right now but it's definitely code-related issue rather than a browser one for example.
    Thought about trying d3js? Would be easier to reproduce for me as I use that more often than Google's data-munching pipe that pushes all your data through Google Analytics
    Edit: Clicked too quickly. Wanted to point you to the SampleApp dashboard page which hosts the example I meant: http://slc02oka.oracle.com:7780/analytics/saw.dll?Dashboard&PortalPath=%2Fshared%2F02.%20Visualizations%2F_portal%2F2.32…
    Username Prodney
    Password Admin123
    Edit 2: Jesus I really should stop clicking "Save Reply" just to not lose it. Simply show your analysis on a dashboard and you're fine. It'll work.

  • Presentation variable in iframe/narrative view/Go URL

    I am able to see the peresentaion variable declared in Dashboard Prompt in narrative view.
    But when I put in iframe with narrative in Go URL then i am not able to filter the report based on presentation variable Values..." The page throws error
    'saw.aViewsToRefersh.all' is null or not an object.'

    Do you get that error if you remove the presentation
    variable column (@n). Does the a simple iframe work.
    Also, how are you referring the presentation variable
    in the iframe. I hope you are referring via a dummy
    column.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com
    Yes the simple iframe work well in the browser. As I am trying to run report based on the dashboard prompt. I have declared presentation variable in Dashboard prompt and referring the presentation variable in the iframe via a dummy column. when i click on 'Go' of dashboard prompt after selecting the value in dropdown list, I see the error on left bottom most of Internet Explorer Showing " Done" is null or not any object. also i see javascript:void(null). I assume that the variable value is not getting passed to parameters i have given in Go URL

  • Narrative View.

    I have a prompt ISSN
    I wanted to display the ISSN in the report dynamically(on the top)(what ever the ISSN selected from the prompt)
    I could able to do that with no issues,
    But I wanted to display the Content name associated for that ISSN on the top(Narrative view)
    but content name is not used as a prompt, so I am not sure how to pass value for Content name to Narrative view.
    Please throw some light
    FYI :Each content has one ISSN (one to one)
    Thanks
    NK

    '&lt;font color=red>'||replace(col,' ','&lt;/font>&lt;font color=green>')||'&lt;/font>'
    BTW:
    Thank you Srini,
    one more and last thing
    i have word like MY NAME
    and I wanted to display MY in one color and Name in another Color.(Narrative view)
    How can we achieve this.Does not mean in that way
    Edited by: Srini VEERAVALLI on Mar 19, 2013 1:41 PM
    Just own it; you get # of ways to get output ;)
    Edited by: Srini VEERAVALLI on Mar 19, 2013 1:43 PM

Maybe you are looking for

  • ICloud to Mac Address Book - Two Questions

    Okay, I have learned/accepted that iCloud is not the sync'ing deal that MobileMe was (missed that in the fine print as I have been a loyal .mac user from its inception and like the MM syncing). I understand that everything is updated in the cloud and

  • Clear Vendor Open item

    Hi Team, I am having Vendor open item with two different profit center. Now client wants to clear the open items through T.code F-44 using Additional Selections -Profit Center option. In production server system is not fetching the open item, whereas

  • How to create large message window in Oracle Applications.

    Hi there, I would like to display a window in Oracle Applications very similar to the window we see when we go to Help-> About Oracle Applications. Basically I need a window that can display quite a bit of text (hence with a scroll bar) that I can ca

  • IBook G4 with Airport Extreme / NetGear WGT624 Compatability?

    I have a NetGear WGT624 Super G router connected to a Wild Blue modem (1 Mbs). My daughter has an iBook G4 Airport Extreme Ready, but no wireless card. If I order the Airport Extreme card and install it for her will it connect and work with my wirele

  • Error FRM-40735 , ORA-01438

    Hi, In my form, for the Master-Details Data Block, the DML source is Procedure, For eg, the DetailsBlock name is "Files", and given below is the procedure to update that block. I have two doubts regarding to it, 1. When user click Save button , i wan