Dashboard Pages "Selection Security"

Hello All,
I was just browsing in a Dashboard someone has built and when I was checking the securites on the same at "Dashboard Pages". We have 7 pages and each has there own "Selection Security". Accidently, I clicked on " Enable" link and the security has changed. Can anyone let me know how do get back the settings to "Enable".
Thanks,
Vijay

do this:
go to selection security and click either of the two icons available.
now you will be navigated to one page which has a id for that selection.Copy it.
Open your catalog manager. Navigate to that page. Right click and select properties. Now go for edit xml. Copy the xml in note pad and search for that id you copied.
Once you find it delete it (delete duid = <ur slection id>).
Now reload your page to no more see the changes.
hth..

Similar Messages

  • How to send a dashboard page as selection with ibot

    Hi,
    I am trying to send a dashboard page via email, but with a previous selection I have done through prompts.
    This is what I have done:
    1.Created the selection and saved as "Generic"
    2.Selection is saved in my user OBIUSER under /users/obiuser/_selections/hj0qcjg2ln00aro9
    3.I copied "Generic" from the above folder to a folder XY under the SHARED folder where I have some other dashboard stored.
    4.When I am in Delviery content , choose "select content" and browse in the XY folder, but I see only the dashboard pages and not the selection "Generic"
    The reason, I have copied it, is that from the delivery content session, I can not see my user, but just the SHARED folder.
    Do I maybe need to create a _selections folder under the SHARED one and save it there?
    Thanks and Regards
    Giuliano

    The article describes that when you have a saved selection for a dashboard page and you set this saved selection as default, the iBot will use this saved selection to filter the data on the dashboard page.
    So, unfortunately, there is no option to select the saved selection you want to use for a dashboard.

  • Data level security for Dashboard pages.

    Hi all,
    I have a question.I want to apply data level security to the data in Dashboard pages .
    Any Answers.
    Thanks Sunny.

    Thanks Srikanth and Aravind .
    I have studied abt the data level security for dashboard.
    My question is : Is there any way to apply dataleve security to dashboard pages . like id dashboard D1 has pages p1,p2,p3
    and if we want to implement datalevel security to page is that possible.
    Thanks
    Sunny.

  • OBIEE 11g: Subscribe to Agents through Dashboard page?

    Hi all,
    I have created a set of agents which would deliver personalized content to subscribing users based on their OBIEE username. The agents work great, however I am stuck at finding a simpler way to allow various users to subscribe to said agents.
    The standard subscription method is cumbersome: Go to Catalog, browse to where agents are, Click More, select Subscribe. I don't want my users wandering around through a pretty thick catalog only to subscribe to an agent. Chances are they'll wander off, mess up, fail to subscribe or not even bother to try in the first place. What I would rather do is have them go to a dashboard and click on something to subscribe directly, without caring where the agents are located.
    A dodgy workaround I have implemented is to put up a link to an URL which is the catalog location of the agents. Users would click on that link and they will see the list of agents, allowing them to subscribe/unsubscribe. Still, I would like to simplify this further, if possible. Any ideas?

    Hi All,
    I am trying to display ‘help’ section on every dashboard or Create a separate Help Dashboard Page …
    Tried using "Link or Image" object option and Uploaded the pdf’s to Help file *(/Shared Folders/Help)* – Let say the PDF Name is Employee_Expenses.pdf
    So I am using the URL for link object as
    URL= saw.dll?downloadFile&path=%2Fshared%2FHelp%2FEmployee_Expenses.pdf
    Image = fmap:Images/help.gif (Do I need to have help.gif in /Shared Folders/Help folder Cause I don’t have it…)
    It’s not working – Any Ideas….
    Thanks,
    Syed
    Edited by: 963239 on Dec 12, 2012 11:35 AM

  • Document cannot be printed, no pages selected

    Using Win 7 & Adobe XI. Trying to print pdf's created years ago. Trying to print pdf attachments received in emails. Get error message "The document cannot be printed" & "There are no pages selected to print". Have tried printing as "Image". Have tried printing to multiply printers. Have download Adobe Reader and restarted CPU. I can print Adobe test page OK. Problem started Monday Jan 26, 2015. Printed fine on Friday Jan 23, 2015. No changes in any programs or software in last 3 months other than Adobe Reader download in attempt to correct issue.
    Any suggestions
    Ichabod6957

    Try the following: open Adobe Reader | Edit | Preferences
    under Documents, change 'View documents in PDF/A mode' to Never
    under Security (Enhanced), disable Protected Mode at startup

  • Opening Dashboard Page in New Window While Passing Prompt Values

    Hi,
    Currently it is not possible to open a dashboard page in a new window AND have the prompt values from a prior page pass to this page. I see one or the other can be accomplished but not both. Is there a way this can be acheived somehow or is there a workaround for this?

    You are correct. The "Link or Image" object does not pass the dashboard prompt values, though it allows the destination dashboard to be opened up in a window.
    Here is a workaround.
    1) Place the link in a "Guided Nav. Link" object and set the destination dashboard and desired report. With the prompt set up correctly (i.e., dashboard scope, set to PV, destination report column filtered to receive the PV), the destination report will be filtered on the prompt as desired.
    2) I noticed (and maybe this is why you wish the "new window"), there is no "return" link on the destination report. To fix this, in the destination dashboard, add a Text object to the dashboard. In the properties, paste the code below and make sure to check off "Contains HTML markup." This will produce a "Return" button on the dashboard.
    <input type="button" value="Return" onclick="history.back();">
    Now, when the user selects the prompt and clicks on the link, the prompt is passed to your second dashboard. When the user wishes to return, he/she can click on the "Return" button and return to the primary dashboard.
    HTH,

  • OBIEE 11g How to pass variable from one prompt to another prompt in dashboard page.

      How to pass variable from one prompt to another prompt in dashboard page.
    I have two prompt in dashboard page as below.
    Reporttype
    prompt: values(Accounting, Operational) Note: values stored as
    presentation variable and they are not coming from table.
    Date prompt values (Account_date, Operation_date)
    Note:values are coming from dim_date table.  
    Now the task is When user select First
    Prompt value  “Accounting” Then in the
    second prompt should display only Accounting_dates , if user select “operational”
    and it should display only operation_dates in second prompt.
    In order to solve this issue I made the
    first prompt “Reporttype” values(Accounting, Operational) as presentation
    values (custom specific values) and default presentation value is accounting.
    In second prompt Date are coming from
    dim_date table and I selected Sql results as shown below.
    SELECT case when '@{Reporttype}'='Accounting'
    then "Dates (Receipts)"."Acct Year"
    else "Dates (Receipts)"."Ops
    Year"  End  FROM "Receipts"
    Issue: Presentation variable value is not
    changing in sql when user select “operation” and second prompt always shows
    acct year in second prompt.
    For testing pupose I kept this presentation
    variable in text object of dashboard and values are changing there, but not in
    second prompt sql.
    Please suggest the solution.

    You will want to use the MoveClipLoader class (using its loadClip() and addListener() methods) rather than loadMovie so that you can wait for the file to load before you try to access anything in it.  You can create an empty movieclip to load the swf into, and in that way the loaded file can be targeted using the empty movieclip instance name.

  • Can not print.  Error message "no pages selected"

    Help, my computer upgraded to the latest adobe reader, and now it wont print.  When I go to print I get the message "unable to print because no pages were selected"  I have read some things on here that said to uncheck the secure printing.  I have done that and still get the same message.  Any help will be appreciated

    Here is a link to some good things to try for this problem:
    "No Pages Selected To Print" Error - KHKonsulting LLC
    AS Pat says, more info can help us zero in on your issue.
    mh++

  • Printer will no longer print PDF document--"no pages selected" although specific pages were selected?

    Brother printer will no longer print PDF document--"no pages selected" although I did specify pages.  Have reviewed and tried Adobe trouble shooting, not helpful.  Cannot print page as image.  Brother says to contact Adobe

    There may be some security issues related to the USPS PDFs.
    http://www.certified-mail-envelopes.com/signatures-usps-certified-mail-return-receipt-requested
    I can't help with the scan/print problem. You seem to have done everything I would try.
    I don't know if maybe using a registry cleaner would help.
    John Hoffman
    Conway, NH
    1D Mark IV, Rebel T5i, Pixma PRO-100, MX472

  • Printing error "The document could not be printed", ok "There were no pages selected to print" WHY?

    I have a file that is 2.52MB and when I go to print it it gives me the error box "The document could not be printed" I click OK and get "There were no pages selected to print" I made sure that I chose the All pages button. I also tried the Pages and selected all the pages. But here is the funny part. I have Adobe Profesinal and I have converted imged PDF' to searchable PDF's meany times. Although the original document was already searchable I ran the convertion tool on the original searchable PDF and now the file is 33.5MB and now I can print this document. Is there a security tool that was added to the original document?

    Hello PW, I am having this problem and all suggestions haven't worked yet. Where is the Preferences|Documents you are referring to? I am on a PC and using Windows.
    EDIT: I found it and did, but still not working.

  • Printing error messsage "The document could not be printed","There were no pages selected to print"

    Two error messages "The document could not be printed", followed by "There were no pages selected to print" pops up when printing a PDF document to a HP designJet 750c+ from a windows 7 machine if  "process on Computer" option is chosen from the Advanced tab. It works fine from an xp machine. I have tried on both PDF versions 9.0.0 and XI.
    If "process on computer" option is not chosen, then it prints fine but it takes atleast 10- 15 min for the plotter to print.
    Any Suggestions???

    Thanks Sara,
    No, I've deselected the "Enable Enhanced Security" and again I see this 2 error windows.
    Best
    Joerg

  • How to clear Prompt valus For a specific Prompt in Dashboard page

    Hi Friends,
    I am using "clear" button for clearing all the values in all the prompts in my Dashboard page in Presentation services of obiee.
    But I want to implement this "clear" values for only a specific Prompt which I want, among all the prompts in Dashboard page.
    Is their any way to implement code for that one or any solution to implement.
    Thanks in Advance...
    Chiru.

    This should be possible through java scripting. If you need a work around for this, refer to the below link:
    http://debaatobiee.wordpress.com/2009/10/25/obiee-save-current-selection/
    Thanks,
    -Amith.

  • Bookmark link on Dashboard page (11g)

    Experts,
    We have Placed the Create Bookmark link below the reports i.e. we did the below
    Action link -> Edit Action link - Text as Create Bookmark Link in Link Text -> Action -> Navigate to BI Content (Dashboard page from Shared folder) -> click OK ->
    Check enable the Add to Briefing Book -> Click OK.
    For the above it will directly open the dashboard page, but we need to create Prompted bookmark link i.e. where we'll give the prompts values and create the prompted bookmark link, it should open the dashboard page with filtered data.
    *(We know the option is available in Edit Dashboard - Create Prompted link, this option should come below the report)*
    Thanks,
    Balaa...

    Kavitha,
    Add a Action link -> Edit Action link - give text like Create Bookmark Link in Link Text -> Action
    Select the Dashboard page from Shared folder -> click OK -> Check enable the Add to Briefing Book -> Click OK.
    Thanks,
    Balaa...

  • Updating Dashboard pages separately in OBIEE 11g

    Hi guys,
    I have a requirement to show multiple reports in one dashboard as tabs\pages like page1-for R1, page-2 for R2 (R!&R2 are reports) and these pages were created using different prompts for each report. but, the DB tables are the same.
    My problem is:
    if i run the report in dashboard on page-1, the prompts and tables are getting updated with the values on page-1 into page-2 also.
    i tried by disabling the cache in nqsconfig, purging the cache in admintool, and setting a prefix to disable cache at report level, still no luck.
    let me if anyone can help me.
    thanks,
    Rahul

    Hi Rahul,
    Select Page Options > Edit Dashboard to open the dashboard page in the Dashboard builder, then
    Click the Prompt properties icon and select Scope > Page. Scope determines whether the prompt applies to the entire dashboard or just this page.
    hope helps u..........
    Don't forget to assign points and close the thread if your question is answered.........
    Cheers,
    Aravind

  • Clear the Prompt values in dashboard page

    Hi Experts,
    In our Dashboard page has 5 different table view report with Prompt option for each reports and clear filters option, when I click the any clear filter option it affect all the (5) prompts.
    But I want to clear for each prompts separately, is it possible means pls tell me how to fix this issue.
    Thanks in advance
    Balaa...

    In implementing Clear button functionality, I think your using PersonalizationEditor.removeDefaultSelection (provided with samplesales).
    This logic is similar to Clear Selections in Page Options. So, upon clicking this (both) it will refresh total page.
    As far as I know, it can be implemented if we can able to identify section id. (too advanced).
    You can get more information about the BI inbuilt methods defined in Java Script file.
    Path: *{BIInstallDir}\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\b_mozilla\dashboards\personalize.js*
    Note: Careful if your trying to make any changes. Better to have a backup of it.

Maybe you are looking for