All in page items

Hi,
I created a report which contain a few page item. All the drop downs (page items) have more than one value. In one page item I can select <All> for all the values but in second page item drop down list, <All> is not present :( .
Can somebody tell me how can I add <All> in the values present in the page item drop down if i want to select all the values???
Regards,
Usman

Usman,
I don't know if your situation is exactly like mine. I had a case where as a result of my worksheet conditions, I had a page item with only one value returned for it. When you only get one value returned, Discoverer does not make that "<All>" value available. I reported this to support and they dupllicated the issue and are working with development on a possible fix. In the meantime, there is a work around, if you can manage it. If you can somehow get more than one value to show up for the page item, you can then pick that <All> value. For example, I removed my conditions so that I could get multiple values for the page item. Once you pick that <All> value for the page item and save it, it will then stay available, even after reapplying your conditions to take you back to one value. Yep - surprised me to - if you can get it in there and pick it, it will stick around. So the trick is to be able to get at least one time multiple values for the page item, pick the <All>, save that selection, and you are good to go.
So you really have the issue only if there is only 1 possible page item value today. That would be a pretty rare situation to have happen, but I guess it could.
Hope this makes some sense.
John Dickey

Similar Messages

  • [JS][CS4] Remove all hidden page items?

    Hello,
    I'm trying to remove all hidden page items regardless of how many sublayers they are burried in. Is this possible? I wrote a snippet here that seems to only partly work. It removes all hidden page items unless two hidden items exist right after each other in the stacking order. Why would this be happening? Any suggestions?
    for (i=0; i<doc.pageItems.length; i++){
              if (doc.pageItems[i].hidden == true){
                   doc.pageItems[i].remove();
    I'm new to scripting so any help is greatly appreciated.
    Thanks!
    Lindsay

    What happens if you go from back to front? I think something like this
    #target illustrator
    var idoc = app.activeDocument;
    for (i = idoc.pageItems.length-1; i>=0; i--){
              if (idoc.pageItems[i].hidden == true){
                   idoc.pageItems[i].remove();
    Worked on a trial

  • Report Refresh on selecting All from Page Item

    Hi,
    I have a report that has the academic years as one of the page items. If we select the first entry '2004 - 2005' and then select 'All' from the page item, the data doesn't refresh.
    However if we go ahead and choose any other value, for example '2006-2007' or any other entry and then select 'All' the report does refresh normally.
    I've tried to search if this is a known bug, but I was unable to find any information. If any of you can help in this regard, reference to a known bug or if there's a workaround, please do let me know.
    Thanks a lot in advance

    Hi
    Do you get any errors messages?
    Best wishes
    Michael

  • CASE vs DECODE - CASE with SUM and All in Page Item is non aggregable

    Hi,
    I'm using Discoverer 9.0.4.
    After switching calculations from DECODE to CASE
    I found out that case gives a non aggregable result when using a Page Item and selecting <All>.
    The calculations
    (SUM x) / (SUM y)
    or
    (x SUM) / (y SUM)
    where x and y are variables, work fine with page item <All>.
    But for example:
    CASE WHEN 1=2 THEN 1 ELSE (SUM x) / (SUM y) END
    gives non-aggregable.
    The same code works with DECODE:
    DECODE(1,2,1,(SUM x) / (SUM y))
    and is aggregable.
    Does anyone know a reason or a way to make it work with CASE?
    Thanks,
    Joao Noronha
    P.S.: I wanted <= comparisons and CASE is the best in simplicity,
    but now I know I can do it with DECODE, still looking ok using LEAST instead of ABS of the difference.

    Hi there
    I think therefore you have answered your own question and determined that using CASE in aggregations is not a good idea. I only threw out the two CASE options as ideas not as solutions, just in case (pardon the pun) one of these worked in your situation.
    Your comment I must say that if it worked it would give a wrong result (the sum of the divisions is not the same as the division of the sums) may give the wrong answer in your case but may be correct in others. It just depends how the items in the folder have been set up. I agree though that SUM(x) / SUM(y) will more often than not give the right answer.
    This discussion about DECODE vs CASE has been going on ever since Oracle introduced CASE as a means of placating a younger breed of user who needed an IF..THEN...ELSE construct and could not get their minds around the intricacies of DECODE. The DECODE is a much more reliable function than CASE because it has been around for a long time allowing Oracle plenty of opportunity to iron the bugs out of it. If I get a chance I will always use a DECODE whenever aggregations are required. However, when no aggregations are in use then I'll use CASE, simply because it's easier for users to work with.
    Unfortunately, users need to work with aggregations and so I don't see any alternative to Plus users having to learn DECODE. Whenever I teach Plus I always teach the users both CASE and DECODE but point out that DECODE has fewer issues that CASE. Oh, and talking of issues, try getting the THEN and ELSE components to return a different datatype. CASE has a fit and will not compile.
    Best wishes and glad you got your issue solved - you did right?
    Regards
    Michael

  • ALL in page item

    Hi,
    I am trying to make ALL to appear as the default on page items (i.e., after rearranging crosstab layout, I want the users to see ALL appearing in page items before they select from LOV). Thanks for your help.

    As you most likely know, Disco puts the <All> option in a LOV when you have a crosstab.
    Also, when you are using a simple table, it does not put the <All> option in LOVs.
    What I have done in the table version, is to create a LOV manually (via Disco Admin)
    ie:
    select 'North' dir from dual
    union
    select 'South' dir from dual
    union
    select 'West' dir from dual
    union
    select 'East' dir from dual
    You can also create an <All> option using this method.
    However, my users also wanted the <All> to be right at the top of the LOV, so I simply made sure it was called .<All> (ie: not the period first). This sorts to the top and they were happy.

  • Remove All from Page Item

    Hi!
    I 've a report that does't make sense to use a date with All in the Page Item.
    Can anybody tell me how can I remove <All> from the page item.
    Thanks a lot,
    Leila

    Hi Gianluca
    You are right because I did not understand. Now I do and thanks for explaining otherwise I would have continued down that path for years. :-)
    Ok, what you need to do is to create a new data type within your workbook, then more than likely in conjunction with one or more analytic functions, Discoverer will create the sub-totals and totals that you want.
    Here is an example that may show the principle:
    You can use calculations to create new data types within your worksheet. These new types only exist within the worksheet. You can apply sorts, totals and even base other calculations on these data types.
    Example Data Type:
    Let’s say we want to generate a new data type called Category, and this category has three values
         High
         Middle
         Low
    We want to analyze our sales and work out our top ranking customers, such that customers with:
         Sales > 9,000,000 are High
         Sales > 4,000,000 but < 9,000,000 are Middle
         Sales < 4,000,000 are Low
    Basic Requirement - Syntax:
    IF Sales > 9,000,000
    THEN HIGH
    ELSE IF Sales > 4,000,000
    THEN MIDDLE
    ELSE LOW
    Using a CASE statement, this translates into:
    CASE WHEN Sales > 9,000,000 THEN ‘High’
    WHEN Sales > 4,000,000 THEN ‘Middle’
    ELSE ‘Low’
    END
    Here's an example using DECODE:
    You have been asked to create a report that combines the sizes Small and Mini into a new category called Tiny so that we report
         Large
         Medium
         Tiny – combined Small and Mini
    Basic Syntax:
    IF Product Size = SMALL
    THEN Type = TINY
    ELSE IF Product Size = MINI
    THEN Type = TINY
    ELSE Type = Product Size
    Using a DECODE statement this translates into:
    DECODE (Size, ‘SMALL’, ‘TINY’, ‘MINI’, ‘TINY’, Size)
    Best wishes
    Michael

  • Disable all page items except one

    Hi All,
    Can any one please help me with the code. I have created a page with report from a table which has 5 values. If any user want to edit a row, he can do that by clicking the edit icon next to the row then the page redirected to another page with has a tabular form i created where there are 5 page items with values. I want to disable all the page items and enable only one item.the user can modify only one item which enabled, rest of the page items must be disabled. How can i do that. I have to use java script or is there any provision in apex itself?please help me....
    Thanks In Advance
    Meena
    Edited by: 793914 on Oct 19, 2010 2:05 PM

    Meena,
    My apologies. 3.2 also allows you to set the Page Item to Display Only. I don't know why I was thinking that was new to 4.0!
    By disabled, I assume you just want the current value to display, which would be null for a new record? It's not that you want to hide the disabled values, right?

  • Discoverer Report: Select all values for a Page Item

    Hi Guys
    I have created a Disco Report which has one Page Item.
    It populates all columns based on values I select for Page Item that is perfectly fine.
    How do I Display column values for all possible values of Page Item?
    Is thera ny way I can have Option to select All possible values for Page Item?
    Cheers
    Vijay

    Hi Vijay
    Just to confirm what Rod has said, this capability to manage ALL in Page Items was introduced as part of 10.1.2 and has been maintained into 10.1.2.3 and 11g. It will not be back ported to previous releases.
    Best wishes
    Michael

  • Page items do not go into Excel when exporting

    We are using 10.1.2 viewer and plus (and I have the desktop version available). I have tried exporting a worksheet with page items using all 3 of the above and the page items will not go into excel. Is there any trick to get this to work? I thought that it used to work in older versions?
    thanks
    Angie

    Did you try the Export to Excel as Pivot Table option? That would create a base sheet with all the page items flattened out, a static sheet that looks like the worksheet at the time of the export, and an Excel Pivot Table where you can page through the page items.
    thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI - http://www.oracle.com/bi
    BI - http://www.oracle.com/technology/bi
    Blog - http://blogs.oracle.com/
    BI Blog - http://oraclebi.blogspot.com/

  • What is the best way to get the UID of any selected page item (frames, rectangle etc)?

    I need UID of any selected item on page and also array of UID's in case multiple selection happens. How can I achieve it?
    One way I know is to write an observer and attach it on every new page Item created, but that way the system might become slow and also
    the behavior will be unpredictable in case of multiple selections.
    Can some one suggest a better way to do it?

    The selection subsystem hides most ideas of direct adressing (e.g. UID of page item(s) or story) into the concrete selection, while from the outside you only work on the suite interfaces of the abstract selection. So you don't ask whether the selection is some kind of page item and you don't peek at the actual items. Instead you ask about their capabilities and applied values.
    Attaching observers to page items has nothing to do with the selection, because they only notify about changes on those page items - which could also be caused by scripts or anything else. Even then, the most relevant changes go thru the kDocBoss as single point to attach an observer, rather than thru all those page items.
    Regarding speed - the selection has many optimizations, for example "lazy" notifications can be deferred until they become appropriate for an UI update, they might even become aggregated / optimized away.
    One starting point into the selection when you come from nowhere would be ISelectionUtils. Your selection observer might also pass interesting parameters.
    Dirk

  • [JS CS3] disappearing page items

    Now this is strange: I've written a script that does some imposition of a an image on a single sheet (page) and puts some special printers marks along the side. Now there's (as far as i am aware of) one instance where all the page items get placed on the page, but when you save, close and reopen the document, half of them are gone!
    When you drag the page items before saving they disappear right from under your cursor! I've tried putting a lot of save commands during the script, hoping that that would nail those items down, but with no luck.
    Has anybody had a similar experience and found a solution?
    Thanks,
    james

    Hi,
    You should send your script then we could have a try on our side.
    Loic

  • Problem in displaying selected page items in the title in Graph

    Hi There;
    I have a problem in displaying selected value of named page item in the graphs.
    Eg. I have in my worksheet a page item named "Location"; when I use "&WorksheetName &Location" in the title of worksheet it is displaying both the worksheet title and value of selected page item "Location" in my example.
    But when I use the same (&WorksheetName &Location) in the title of graph or Axis of the graph, it would show up only the name of the worksheet but not the value of page item "Location", instead it would print "&Location"
    Any idea why it is not able to reference the select page item in Discoverer graph? I am using Oracle BI Discoverer 10.1.2.1.
    Thanks in Advance,
    Regards,
    Nidhi Jethoo

    Hi Michael;
    Thanks a lot. It might not have been considered necessary but you do require, e.g in my case I am plotting Average value of a Parameter and it does make sense in including the name/value of Parameter(surface water temp/bottom watter temp) as an Axis instead of just a constant Parameter or say Average Parameter. So that user can plot the variation of different parameters by changing the page items and when user changes the value of parameter and export the graph he/she has the parameter name(actual value) in the graph.
    But I can include all the parameters (&Parameters) or all the page items(using &PageItems) in graph then why not individual page-item and individual parameter.
    I would log a SR and see what they say.
    Thanks again,
    Nidhi

  • "OracleBI Spreadsheet Add-In" – bug on the page items

    I detected that "OracleBI Spreadsheet Add-In" has a bug on the page items. It occurs when I have more than one page item. What happens is that all the page items (except the first), don’t permit to select other values. This is, I can click in the ComboBox, I can see the values that the ComboBox contains and I can select a value of the ComboBox. When I select other value, the add-in executes the query (it refreshes the sheet), but the value of the combo is not modified, and the values of the facts aren’t also modified. (The query that is done is the same)
    But if I change the layout, and put the page item in the first position, the value of the ComboBox is modified and a new query is executed.
    I am using only ROLAP cubes.
    The version of the database is 10.1.0.4.0.
    I did an upgrade from 10.1.0.2.0 to 10.1.0.4.0.
    The version of "OracleBI Spreadsheet Add-In” is:
    Release 1 version 10.1.2.0.0 - (build 10.1.2.0.36)
    When is done a new version of "OracleBI Spreadsheet Add-In”, without this bug?
    Regards,
    Rui Torres

    The metadata is ok according to “Oracle Enterprise Manager Website”.
    The version of Excel that I use is:
    Microsoft Office Excel 2003 (11.5612.5606).
    But is very stranger that the first page item works perfectly and the others have a bad behaviour, isn’t it?
    Regards,
    Rui Torres

  • Exporting from Viewer to Excel not bring across multi Page Items

    Quick Question (Hopefully…)
    Can a Tabular Worksheet that has page item called Periods (consisting of JUN-06, JUL-06 & AUG-06) be exported to Excel with all the Page items? I've tried using the Microsoft Excel Workbook with PivotTable (*.xls) format, however only the current page item is exported.
    We are on Microsoft Excel 2000 SR-1 and Macro’s have been enabled. Disco is also working at 4.1.48.08.
    Cheers,
    Lance

    yippee ... or not. I've finally had a reply from Oracle .... This is their reply:
    'xxxxx is not available today, therefore I respond to you instead.
    I believe what you request has never been possible in Viewer.
    There is an open Enhancement Request for this functionality to be included:
    Bug.2206949 (21) ENH ABILITY TO EXPORT PAGE-DETAIL WORKSHEET TO EXCEL WITH ALL PAGE
    ITEMS
    I have added you to the list of customers requesting this enhancement.'
    Now, why couldn't they have just said that before .
    MF, i thought this problem only occurred in version 4. I remember reading somewhere that versions above 4 can export to excel on all Page items.. Can't remember for the life of me where i saw or read that.
    Lance

  • Accessing page items in the document but outside the page bounds

    I'm as new to indesign as I am to indesign scripting so bear with me and my lack of termonology. I have page items that are in the whitespace that is in the document but outside the page bounds. I have access to all the page items that are even partially on the page using the myPage.pageItems. However this collection doesn't include those page items that aren't touching that page. So is there anyway to access those page items in the whitespace outside the page?

    OK, so where are you stuck?
    If you have a variable, say, page, that is a particular page, where page.pageItems is all the items on that page, then page.parent.pageItems will be all the items on the spread, which includes the pasteboard surrounding it.
    Good?

Maybe you are looking for

  • How can I use this forum?

    Does anybody here can tell me how can i use this forum???

  • Cannot add 2nd comment using adobe reader xi

    Having issues adding a 2nd comment to a pdf using Reader XI.  I can add comments once, but the file seems to get corrupted once the pdf is made and saved. When I go back to it and put in comments and go to resave it the file says that "The file may b

  • ArchiveLink and BusinessOne

    Hello, Does BusinessOne support Archivelink for storage of scanned documents?

  • Program accept xml as a string

    Hi frnd i need a java application that accept xml as a string and convert xml to xml dom object. Thnx Adhir

  • How to access the abap program from MS Excel?

    Hi , How to access the abap program from MS Excel or MS access ? The abap program "z..."  has the below input and output attributes Input : Date,Index and file name with location (.htm or .xls) Output : htm or xls file downloaded at the above locatio