Report selector

This is a continuation of my previous thread...
[View selector|https://forums.oracle.com/forums/thread.jspa?threadID=2421463&tstart=0]
May be I feel I need to be more clear on my requirement !
my requirement is..... I have a report like this
weekno restaurant_sales  ,   cafe_sales   ,    misc_sales
             2012   2011        2012   2011    2012  2011
  1          3.2 ;   3.1 ;         2.8 ;   2.2 ;    1.4 ;  1.1
  2          3.3 ;   3.0 ;         2.7 ;   2.1 ;    1.3 ;  1.2This report also have Three line graph views for each section(rest sales,cafe_sales,misc sales)). From view selector when we can select any view to display related graph. hope I am clear up to this point and there is no issue as we can use view selector for this..
But, when we click on any graph displayed from view selector its needs to display two views (Table & graph) , for example if user selects 'restaurant sales' from view selector and clicks on the graph , he needs to move to an other report where this report needs to show two views 1) table with data 2) line graph
As a limitation of view selector to display only one view at any point of time,we can not use current report for drill down, so separate reports for each section has been created. But problem not ended as we need to navigate from drill down to any report ! this is where we need to use some kind of 'Report selector' in drill down to navigate from one report to an other..
Thanks,
Hesh
Edited by: Hesh on Aug 1, 2012 9:53 PM

Thanks Deepika, but my requirement is a bit different....I too think its a simple requirement at first but now it drives me nuts !...may be I am overwhelmed with it !
Can we control the view selector to view particular 'compound layout' in a dash board at run-time? can we pass some variables or something like to show a compound layout dynamically in a view selector?... because when I click on my main page (which is also having a view selector with multiple views) it needs to navigate to an other page with target compound layout.
when we click on the graph 'Rest-sales' from the view selector on the main page ...its need to navigate to an other page having view selector compound layout related to 'Rest-sales' (table + graph), same for the rest of section in the report...
Dashboard-page1                      Dashboard-page2
viewselector1                           viewselector2
Rest-sales-graph-1----click---------->Rest-sales-graph+table compound view
Cafe-sales-graph-2----click---------->Cafe-sales-graph+table compound view
Misc-sales-graph-3----click----------->Misc-sales-graph+table compound viewIs this possible?
Thanks,
hesh

Similar Messages

  • Form selector and Report selector buttons missing

    Recently, when in design view, the left section of the form, where it touches the Navigation Pane, including the form selector button at the top, is no longer visible.

    Hi,
    According to your description, I think your question is more related to the feature of Access. This forum is to discuss problems of Office development such as VBA, VSTO, Apps for Office .etc. I suggest you posting in
    Office IT pro general forum for more efficient responses.
    Thanks.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Report Format in GLDI output

    I am trying to publish our reports through GLDI and keep the print setup format on this output. Is there a way to keep the print setup on the output using GLDI without having to go in and reset it on every occasion?

    All white space in HTML is collapsed by default. 2 possible options to modify this behaviour are:
    1. Use the HTML element<tt>&lt;pre&gt;</tt> element.
    2. Use the CSS property<tt>white-space</tt> property to modify the presentation of an element through the addition of a style sheet to the page HTML Header property:
    <style type="text/css">
    #your-report-selector {
      white-space: pre;
    </style>Use whichever is most appropriate for your report, in conjunction with a monospace font.
    (Please update your forum profile with a better handle than "user8763881".)

  • Using a presentation variable to control which measures appear in a report?

    BI Experts -
    I have a custom report using the Supporting Reference Balances OTBI Subject Area in Fusion.
    I created a presentation variable dashboard prompt that has two values: Debit and Credit. I want to use this to allow the user to select which measure columns appear in the report.
    For example, if the user selects Debit, then the report should display all the debit measures, i.e. Beginning Balance DR, Period Balance DR etc. If the user selects Credit then the report should display Beginning Balance CR, Period Balance CR etc.
    Can you offer any suggestions and/or syntax to control which measure columns appear based on the value of the presentation variable?
    thanks in advance...

    If you can divide up the measures into 2 different analysis, you can do something like this: http://obiee101.blogspot.com/2010/07/obiee-using-prompt-as-report-selector.html
    OR
    http://shahin-obiee.blogspot.com/2012/04/switching-between-multiple-reports-in.html

  • Value based reports

    Hi friends,
    I have column which contains 3 values , ex :Column A contains values 1,2,3.
    and i have 3 reports.like Rep1,Rep2,and Rep3.
    If i click on value 1 , it should go to Rep1........
    How can i give?
    Thanks....

    Chaitanya wrote:
    Hi friends,
    I have column which contains 3 values , ex :Column A contains values 1,2,3.
    and i have 3 reports.like Rep1,Rep2,and Rep3.
    If i click on value 1 , it should go to Rep1........
    How can i give?
    Thanks....Not sure if 11G lets you do this out of the box but in 10G There is two approaches (should work in 11G) :
    1) Create a case statement on the values and construct a GOURL path to the target reports, format the column as HTML and the values will be presented as a hyperlink.
    2) Put the three target reports in a seperate sections on a dashboard page , create a dashboard prompt to select which report you want , follow this guide to dynamically show the report section based on the value in the dashboard prompt and pass the correct value to the prompt using GOURL : http://obiee101.blogspot.com/2010/07/obiee-using-prompt-as-report-selector.html
    Neither approaches are that elegant, cant you just give all three choices to the end user via nav links and let them choose which one they want to navigate to? Much easier, out of the box and easier to maintain.

  • State Change causing tree item to loss selected item highlight

    I'm looking for some guidance on a situation i'm encountering. I've an application with a tree component which will be used as a report selector in all view states. The parent nodes are not selectable but the children are. Each child has a for a lack of a better term parameter classification. When a report item is selected in the tree then a state change occurs and displays the appropriate parameter selection view.
    My issue is this. Upon clicking an item and displaying the new state for the first time, the selected item in the tree losses the visual representation or highlight around the selected item. But within the debugger it still shows which item is the selectedItem.  Once the state has been displayed at least once...i.e. I select other items and then eventually back to initial tree item when the state changes it does not loss the highlight on the selected tree item.
    Couple things I've tried to see if i'm in the right neck of the woods is use the currentStateChange and currentStateChanging handlers to do a bit of tracing and found that the tree item remains selected all the way through both currentStateChanging and then even in the currentStateChange...the redraw occurs just after which is when the tree item losses its highlight.
    Does anyone have any ideas or even encounter this?

    Good question. Well you're right in asking. Just using a spark Label to show me the label of the selectedItem, upon the first time I click on the selection nothing populates the label's text BUT the state changes as its suppose to. Took me clicking on it a second time to get the item to be highlighted and the label to show me what had been selected.
    My question here is...is there another event which is occurring after the changeState?

  • Prompt requirement in dashboard

    Hi Experts,
    I have one requirement,
    We have one dashboard page in that 6 reports are there and also we have one prompt ( in prompt values Y, N ). if we select Y then first 3 reports should display in dashboard page
    remaining should be disable, if we select N then second 3 reports should be display
    How will get this in dashboard please help me on this
    Thanks in advance
    Reg,
    jel

    Hi,
    Create a report selector prompt-
    Follow-
    http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-selecting-reports-from-dashboard-prompts-and-guided-navigation-sections/
    http://obiee101.blogspot.in/2010/07/obiee-using-prompt-as-report-selector.html
    http://www.obinotes.com/2010/03/select-views-through-dashboard-prompts.html
    Hope this helped/answered
    Regards
    MuRam

  • Partially refresh the sql report region by clicking the region selector tab

    Hi,
    In my page i have a region display selector tab. This region selector tab contain show all,booking,service,.. etc. when i click the booking tab,sql report region will appear. My intention is when i click the booking tab i want to refresh that region partially to display the record according to sql query in that region source of report region.
    how to do this?
    skud.

    KevinFitz wrote:
    The report region being displayed is conditional on P2_QUERY item being NOT NULL. I assume the region not appearing is because the Action for the Select List Item is set to None and so P2_QUERY is always NULL.
    No, the region is not appearing because it is conditional on P2_QUERY being NOT NULL. This means that the report region never exists on the page shown in the browser, so it can't be dynamically refreshed. (Dynamic refresh doesn't evaluate region conditions, and it only re-renders the report content, not the entire region.)
    Remove the condition on the report region, check the refresh is working, then reconsider exactly what the requirements here are. If you want the region to appear only when P2_QUERY has a value, and you want it to be refreshed without submitting and re-rendering the page, then the region needs to be hidden rather than conditionally rendered, and shown via a dynamic action when P2_QUERY gets a value.
    I tried adding an additional Set Value True Action for the DA event but got an error as listed above,
    All irrelevant if Page Items to Submit on the region is used properly.

  • Row Selector column on Interactive Report

    Hi all,
    I have an interactive report based on a custom SQL query. How do I add a row selctor column so I cans select individual rows? I have also tried using a tabular form which also does not display a row selctor column. This is odd as my other tabular forms display a row selctor column.
    Many thanks for you help,
    Chris

    Chris,
    Usually when someone wants a row selector, it's to choose a few rows by clicking a checkbox, then doing something with them. I'm guessing that's what you're looking for?
    Martin Giffy D'Souza's [blog post|http://apex-smb.blogspot.com/2009/01/apex-report-with-checkboxes-advanced.html] explains one way to do that which should work for you. I haven't tried, it, but it looks pretty comprehensive.
    Good luck,
    Stew

  • How to create a report region which the first colomn is row selector column

    I want to create a report region and its first column is a row selector column. I have used select sentence to select some columns. But I do not know how set the first column to row selector column. I mean I want to do as follow. When a radio which is first column is chosen, it will return it's value of the column in the chosen row. Please help me! Thanks

    Hi unnamed,
    Suppose you have an id that identifies your record.
    Go to Report definiton, tab report attirbutes.
    Select the id of your record.
    Create a link to the page you want to go to.
    Hope this helps.
    If not, I suggest you to create a from with report, and analyze the way the wizard has generated it.
    Leo

  • How to set number of rows in "Rows Per Page Selector" in Interactive Report

    Hi Guys,
    Is there any way to set the number of rows in "Rows Per Page Selector" in Interactive Report. By default it is set to 15.
    I know one way is to change the number of rows when you are running the report and then set that as 'Default Report Setting'.
    If anybody is aware of any other way, please let me know.
    Cheers,
    Ashish Agarwal
    http://www.dbcon.com.sg

    Hi Pavel,
    can you please specify your question more clearly. If you are on NW 7.0 you can determine a number of colums for your filter item with following command:
    COLUMNS
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/85/08e241aa8e9d39e10000000a155106/content.htm
    If you meant the amount of rows within the analysis item you can use following command within your analysis item:
    BLOCK_ROWS_SIZE   (numbers of rows displayed at once)
    BLOCK_ROWS_STEP_SIZE  (numbers of rows to be scrolled for one step)
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/76/489d39d342de00e10000000a11402f/content.htm
    Brgds,
    Marcel
    Edited by: Marcel Landsfried on Feb 10, 2009 7:45 PM
    Edited due to wrong url

  • How to Use Column Selector View in Reports

    Hi all,
    Can someone please advise on how to use the column selector view in CROMD's reporting tool?
    Whenever I add a Column Selector view, and check the Enable checkbox of a certain column, a message appears "Click the columns in the selection pane to add more choices". However there is no selection pane, and the only thing I can do within the column is input a column label.
    Am I missing any crucial steps here?
    Thanks.

    Hi,
    Choose a column as column selector by enabling the check box and click the columns that has to get into column selector in the left navigation.
    On click the columns would get in one by one. After that field that you choose would be displayed in the position of the column in the report table
    Typically the purpose is something like this. If you want to dynamically change the first field say by Account Type, Account Region, Account Status and see the revenue then it can be used
    -- Venky CRMIT

  • Prompt used as view selector for multiple reports

    Hi All,
    Can a dashboard prompt be used as View Selector for multiple reports? If yes, please let me know how?
    Thanks
    Sumita

    Hi Sumita,
    You can do this with Dashboard prompts, but it's a little tricky. I'll highlight the process below. Keep In mind I assume you have three reports already created and have three views: View 1, View 2 and View 3.
    Phase I: The Dashboard Prompt
    1. Create a new dashboard prompt.
    2. Add any single column to your prompt. It doesn't really matter which one (just make sure nothing is prompted on it to be safe).
    3. For the sake of this example, I'll assume we added column: "Test Folder"."Test Field"
    4. Make sure your Operator is "is equal to/is in"
    5. Make sure the control is "Drop-down List"
    6. Change the Show to "SQL Results"
    7. Write a SQL statement similar to the following (TEST =<your subject area>, "Test Folder"."Test Field" = <your column>):
    SELECT CASE WHEN 1=2 THEN "Test Folder"."Test Field" ELSE 'View 1' END
    FROM TEST
    UNION
    SELECT CASE WHEN 1=2 THEN "Test Folder"."Test Field" ELSE 'View 2' END
    FROM TEST
    UNION
    SELECT CASE WHEN 1=2 THEN "Test Folder"."Test Field" ELSE 'View 3' END
    FROM TEST
    **Note: The reason why we need to do the CASE statement is because every logical query needs at least 1 presentation column. The case statement is a way to include the presentation column, but since the statement 1=2 is never true, we always use the ELSE condition.
    8. Set a presentation variable. Call it VIEW_PVAR
    9. Have the Prompt default to Specific Value: View 1
    10. Save the Dashboard Prompt and put it into the Dashboard with your reports.
    Phase II: Filter Reports
    1. Create a new Answer request
    2. Bring in your test column twice
    3. Change the formula (fx) on the second column to be: '@{VIEW_PVAR}{View 1}'
    4. Now add a filter to the presentation variable column
    5. Set the operator to "is equal to/is in' and set the value to: View 1
    6. Save the Request as "View 1 Filter"
    7. Change the value in the filter to: View 2
    8. Save the Request as "View 2 Filter"
    9. Change the value in the filter to: View 3
    10. Save the Request as "View 3 Filter"
    Phase III: Guided Navigation
    1. Create three sections in your dashboard
    2. Rename each section to: View 1, View 2 and View 3 respectively
    3. For each of the sections, do the following:
    3a. Click on properties
    3b. Click on Guided navigation
    3c. Set the Guided Navigation to the appropriate Filter report
    4. For each of the three sections, do the following:
    4a. Add in all three requests
    4b. Click on the request properties and select Show and the appropriate view for that section
    5. Save your changes to your Dashboard
    Good luck and if you found this post useful, please award points!
    Best regards,
    -Joe

  • How to add a row-selector to an existing SQL Query (updatable report)

    Hi,
    I screwed up an extensive updatable report in Apex 4.2 region by one time indicating the page may be parsed at run time.
    After setting this back (to validate query) a lot of the columns setting were gone, and also the row-selector
    I actually don't kno how to simply add this row-selector back into place.
    Anyone who can point me in the right direction?
    Thanks a lot
    Wim

    Wim,
    >
    Hi,
    I screwed up an extensive updatable report in Apex 4.2 region by one time indicating the page may be parsed at run time.
    After setting this back (to validate query) a lot of the columns setting were gone, and also the row-selector
    I actually don't kno how to simply add this row-selector back into place.
    Anyone who can point me in the right direction?Have you been able to recover all your other configuration and this is the last thing you need to fix? Or are all those other things needing to be fixed as well?
    The reason I ask is that you may want to consider just starting from scratch, if you haven't put lots of effort into recovering everything else just yet.
    On the other hand, if you just want to add a checkbox back into the SQL statement then you can add this, substituting your column name for empno of course:
    APEX_ITEM.CHECKBOX2(1,empno,'CHECKED') "Select"When you do this you'll get a warning that you're changing the interactive report, which you should accept. Then you need to make sure that the column is actually shown in the interactive report by making sure it's in the displayed columns list. And you may also need to change the display type of the column to "Standard Report Column"
    Hope that helps.
    Earl

  • How Both View Selector and Column Selector in one report dashboard section

    Can we use a view selector and column selector inside a report in one section of the dashboard?
    env: obiee 10g
    Appreciate any links and pointers
    Thanks in Advance
    Kris
    Edited by: user566193 on Mar 22, 2011 10:18 PM

    hi kris,
    Can we use a view selector and column selector inside a report in one section of the dashboard?Here view selector is nothing but having multiple views and selecting depends on what end user want to see.You are saying in a single report in once section only.
    If it is a single report you can go with using a column selector.
    Note:-View selector and column selector combination can be used.....but it looks wierd as you need to select view at the same time the corresponding column.
    UPDATED POST
    Yes you can have it by creating different compound layouts with pivots in it.
    Cheers,
    KK
    Edited by: Kranthi.K on Mar 22, 2011 11:27 PM

Maybe you are looking for

  • ITunes Closes And I Can Directly Relate It To Two Things

    I had the problem before with opening itunes but now have shut off all the start ups and everything. It will run fine but after a certain amount of time two startup programs called wiqwyc and xhwx pop up in my startups as files i wont to have on and

  • Error Logs

    I am in the process of creating a mobile app, but in order to test some aspects of it, I export it as an AIR 2.5 file so it can be installed and run on computers.  I have code in place to catch any error and to write it to a .txt file on the desktop.

  • Oracle 9i AS and OWB

    Is Oracle 9i AS installation necessary for OWB 9i installation?. I dont want to install Oracle Portal, which is installed as part of 9iAS, and if that restricts OWB Browser then that is fine. Oracle Portal is needed for Oracle Workflow, and Oracle Wo

  • Volume exceeds maximum file size

    Hi, I am trying to compress a FC7 file using Compressor. I want to compress as a ProRes and as .264 file. I have an error each time: it says: "volume exceeds maximum file size". I don't understand where it come from. I have got space on my disk. I do

  • Uninstalling Safari 4.0.4 breaks Internet Shortcuts, HTTP no longer handled

    Installed Safari 4.0.4 on Windows 7 to see if my site was truly as compatible with Safari as it was with Chrome. After checking it out I uninstalled Safari and it deleted the protocol handlers for HTTP breaking Internet Shortcuts. When I click on an