How to hide the view latest instance option for the reports in XIR3

Created an access level and denied the rights "view document instances" and "view document instances that the user owns" in the access level.
Applied this access level for a particular group on a particular folder.
Login to Infoview and when view the history,there are no instances for a particular report under that folder.
But we could still see the 'View Latest instance' option in the properties of the report and when click on it,we are able to view the report.
As per the security assigned,the user should only be able to view the instances owned by him.
Plz help me how to hide the option in INFOVIEW

In 9.3.1 (not sure about 9.2) there is a table in your BIPlus repository which stores preferences/profile information, however, having a user simply log in to WA doesn't appear to automatically create a row for them in this table. (So this may not be a viable solution to your situation, I'm still looking for one myself.) This table stores lots of preference info such as whether or not to show the Main Menu, Toolbar, Masthead, etc. by default.
To hide the View Pane, edit the data in the SHOW_INFO_PANEL column, change it from a 1 to a 0 and for that user the View Pane will not longer appear by default.
HYA_USER_PREFS
But again, this only works if you already see the user in the table otherwise I guess maybe they have to 'touch' their Preference before it creates an entry in that table. Haven't figured that part out yet, and Support didn't have any information.
If anyone has found a way to maneuver through the table structures I'd love to hear any insight you can offer.
Before you make any changes to the data in this table be sure to take adequate repository backups, and use caution as usual.
I'm going to create a Shared Preference and have each user point to it the first time they log in - but then you lose the ability for each user to have their own personal folder as their default, so it's still not the ideal solution. Really wish there was a way for Admins to set certain prefs. A coworker reminded me under 7.? or 6.x things like View Pane were system-level settings which was easy to control, but now it's at the user level.
Good luck,
Karen

Similar Messages

  • View latest Instance Option in Dashboard

    Dear Experts,
    Could you please tell me the advantages of VIew latest Instance Option in Live Office Connection in case of every user has different authorizations.
    Please answer the below things.
    1)If we create a Dashboard using the View Latest Instance option after scheduling the Report,what are things we have to do so that every user can see the data
    based on his related authorization?
    2)If users are more number ,then is the View Latest Instance Option in Live Office Connection is the right option,in case every user have his own Authorzation?
    If yes ,how the dashboard ll work for different Users?
    3)Users how can see the dashboard in which they should able to see the data related to their Authorization?
    Could you please share ideas related to View latest Instance Option?
    Regards,
    Venkat

    HI Wolfgang - not sure it's possible. You'd probably have to leverage an alternate scheduling 'destination', i.e. if for instance you schedule to a users Inbox, then they should see the latest instance in their inbox - no right-clicking required to open that. Possibly impractical if separate instance is created for each user - though I'd hope this wouldn't be the case if the report contents are the same for everyone.
    Cheers, Ferdie.

  • How do I remove the tempature readings on my calendar? They fill up each day crowding out the view of scheduled events for the most part.

    How do I remove the tempature readings on my calendar? They fill up each day crowding out the view of scheduled events for the most part.
    Thank you
    Terry

    Disable or remoce the Calendar, that is creating these events, Terry.
    To find out, which calendar is creating these events, ctrl-click on one of the events and select "Get Info".
    In the Info panel click the color icon in the upper right corner to find out the calendar, that created this event.
    Then reveal the "Calendars" Sidebar (press the "Calendars" button in the toolbar) and select the Calendar, ctrl-click it and delete the calendar or disable it.
    -- Léonie

  • How to set the Mail and Fax options  for the Smartforms ???

    How to set the Mail and Fax options  for the Smartforms ??? Please reply me very soon. Its a life deciding question now for me. Please .

    >
    veera Karthik wrote:
    > How to set the Mail and Fax options  for the Smartforms ??? Please reply me very soon. Its a life deciding question now for me. Please .
    Hi
    Check this Link:
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/28d3b9d26211d4b646006094192fe3/frameset.htm
    P.S: Never say reply me soon....people answer you here voluntarily and as everyone has their own desk to manage...sp replies may late or early..depending upon the availabality of the members.
    Vishwa.

  • When I copied my cd collection to my iTunes account, I use the view by CD option in the viewer. How can I get songs from the same album to show nder the same view, instead of making it a separate thing?

    How can i fix this problem with songs from the same album, not being organized under the same  when they are from the same CD?

    Thank you... just read up on iTunes Match.   That stinks, paying a yearly thing... but I understand everyone has to make a dollar.  I think I'm better off just picking the best songs out of my collection storing them on my computer or iPhone then selling my CD's to some used CD place.   If I ever really want to hear a song there are multiple options and if I want it... the .99 to 1.29 option is always there.
    Thank you for the information

  • How to Hide "Select All | Select None" options for tableSelectMany?

    I don't want to display this - is there a way to hide or not render these options? thanks

    Hi Gaurav,
    I have added detail region in Advanced table components and if i use standard Multiselection feature the select column will be displayed first in the table but here the framework by default displays select all and select none links.
    I though of adding a data column in advance table and add a item of type MessageCheckbox but since i have detail region the custom select column is displaying next to detail column but they want to display select column in the beginning.
    Hope ur clear of the requirement.
    Thanks
    Babu

  • How to get more then 2 Appearance options for the overall look and fell?

    How can this be possible instead of either Aqua or Gray?

    MobileDev wrote:
    "Apple’s Limited Warranty for iPhone excludes coverage for damage resulting from accident, unauthorized service and unauthorized modifications."
    Apple's iPhone Warranty is referring to hardware modifications, because it is just a hardware warranty. It explicitly denies covering software, even to the point of saying even the iPhone OS is not covered by any warranty.
    When you update the iPhone software to 1.1.1 or later you'll see this message
    "Apple has discovered that some of the unauthorized unlocking programs available on the Internet may cause irreparable damage to the iPhone's software. IF YOU HAVE MODIFIED YOUR iPHONE'S SOFTWARE, APPLYING THIS SOFTWARE UPDATE MAY RESULT IN YOUR iPHONE BECOMING PERMANENTLY INOPERABLE. Making unauthorized modifications to the software on your iPhone violates the iPhone software license agreement, and the inability to use your iPhone due to unauthorized software modifications is not covered under your iPhone's warranty."
    Jason

  • How to add a search/edit/delete options for the following program.

    after printing the out put, i want to search for the line and i want to edit the same line then add to the output and also i want to delete the line from the command line
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.io.InputStreamReader;
    public class CustomerDetails {
    public static void main(String[] args) throws IOException {
    BufferedReader dataIn= new BufferedReader(new InputStreamReader(System.in));
    FileWriter writer;
    String name= "";
    String DOB = "";
    String Address = "";
    String Phonenumber = " ";
    File filename = new File("customerData.txt");
    boolean append = true;
    writer = new FileWriter(filename,append);
    writer.write("\n");
    try {
    System.out.println("Please enter your name");
    name = dataIn.readLine();
    System.out.println("please enter ut DOB");
    DOB = dataIn.readLine();
    System.out.println("please enter ur Address");
    Address = dataIn.readLine();
    System.out.println("please enter ur phone number");
    Phonenumber = dataIn.readLine();
    writer.write("name:");
    writer.write(name);
    writer.write("DOB:");
    writer.write(DOB);
    writer.write("Address:");
    writer.write(Address);
    writer.write("Phone number:");
    writer.write(Phonenumber);
    writer.close();
    catch (IOException e) {
    e.printStackTrace();
    System.out.println("thanks for entering  the data");
    }

    Well, what I'm suggesting isn't as simple as editing a few lines.
    Are you familiar with using objects?
    The idea is to organize your data in a way that makes sense. Since you want to keep track of multiple people at once, does it make sense to only have one variable each for name, address, etc? If you put all of the variables dealing with a person into a Person object, you can then instantiate as many people as you'd like- without worrying about keeping track of them one variable at a time.
    I'd say that should be your first step. After that, we can talk about searching through them.

  • HT201403 It would be very helpful for Apple to re-instate the view as icon option for a pdf file in an email on the right click menu? As far as I can see no easy way for a basic user to get this back?

    Would be great for Apple to reinstate the pdf as icon in mail - but using the right click menu. It seems to have gone - and as a basic user there seems to be no simple solution - I used the rich/plain text swap but it didn't work...
    Apple - we need you to solve!

    http://www.apple.com/feedback/macosx.html
    It's highly doubtful that Apple will change this in Mac OS X 10.7 since that OS version has now been discontinued for quite some time. Whether they will change that in OS X 10.9 or a future version I can't say.
    If this is a serious issue for you, you can look into Attachement Tamer:
    http://lokiware.info/Attachment-Tamer
    It's not free, but it addresses much more than the issue of PDFs appearing as images, not icons, so it might be worth the price.
    Regards.

  • "View Latest Instance" as Default in BOE XI 4.0

    Dear all,
    I am using a BO BI Platform 4.0 to deploy Crystal Reports in my organization. These reports are scheduled daily, users are viewing these reports via the BI Launch Pad.
    Now I want to protect my users from the need to click first on the document and then on the "View Latest Instance" as this would most likely be asking to much of them. So - I would like to make the "View Latest Instance" the default behavior when users click on a document.
    I read a couple of forums and it seems up to XI3.1 this was possible. However, is seems that the feature is gone with BIP4.0.
    Or is there still a method to achive what I want?
    Thanks & best reagrds
    Wolfgang

    HI Wolfgang - not sure it's possible. You'd probably have to leverage an alternate scheduling 'destination', i.e. if for instance you schedule to a users Inbox, then they should see the latest instance in their inbox - no right-clicking required to open that. Possibly impractical if separate instance is created for each user - though I'd hope this wouldn't be the case if the report contents are the same for everyone.
    Cheers, Ferdie.

  • How to config for only "View Latest Instance" is available in infoview ?

    Hi,
    The BO version is  "BusinessObjects Enterprise 12.0"
    The purpose is  in infoview,  for each report user can see, only the feature "View Latest Instance"  is available.
    I have tried to set the access right, but at least, the user has below features:
    View
    Properties
    View Latest Instance
    History
    New
    Add
    Organize
    Is there any idea to do remove the "View" feature but keep others there ?
    Thanks & regards,
    Forest
    Edited by: Forest lin on Dec 5, 2008 12:06 PM

    Hi Forest
    I would like to make following suggestion :
    The option "View" and can not be removed. It is the primary right to access the Report.
    If there is no right "View Objects", Report will not appear in the desired folder.
    It is important to have "View Objects" right which will make "View" appear. Once this right is present
    rest of the situation for Report can be imagined.
    Regards,
    Hrishikesh

  • How do i hide the "print as image"  option in the menu ?

    I need to hide the "print as image" option in the menu for some users.
    what would be the best way to do it ?
    (the result should be that the users do not see the print as image option when they want to print something
    with Adobe Acrobat reader)
    Thanx
    M.

    Hello there, you can start with this
    Check Firefox page settings
    If a web page prints incorrectly in Firefox:
    At the top of the Firefox window, click on the Firefox button, go over to the Print... menu (on Windows XP, click on the File menu) and select Print Preview. The print preview window will appear.
    In the print preview window, make sure Scale is set to Shrink To Fit.
    Make sure the Portrait orientation is set.
    Click Page Setup.... The Page Setup window will appear.
    In the Page Setup window, click the Margins & Header/Footer tab.
    In the Margins section, make sure the page margins are set correctly (the default setting is 12.7 mm, or 0.5 in).
    Click OK to close the Page Setup window and return to the Print Preview window.
    Back in the Print Preview window, click Print. The Print window will appear.
    Make sure the correct printer is shown in the Name field.
    Make sure the Print to file setting is not selected.
    If you made changes, go ahead and attempt to print the page again. If not, follow the instructions below.

  • Unable to view latest instance in BO Infoview XIR2

    Hi,
    I am unable to view latest instance in BO Infoview XIR2. Can any one please let me know general procedure to cross check in Infoview or Consol
    Thanks in Aadvance
    Regards
    Sweety

    Hi Sweety,
    What happens if you login as the Enterprise Adminstrator account,  do you get the option to View Latest Instance?
    - What do you mean exactly when you say you cannot view the latest instance? 
    - Are you missing the option/context menu or is the incorrect report displaying?
    I would suggest working with your Enterprise Administrator to ensure you have sufficient rights to View the latest instances.  However,  if you're not able to select the option check out this SAP Note:
    https://bosap-support.wdf.sap.corp/sap/support/notes/1202260
    Regards,
    Wallie

  • InfoView - Default view latest instance possible?

    Hi,
    I have an issue with InfoView, and the opening/viewing of Desktop Intelligence reports.
    The report I am talking about is scheduled on a daily basis (each night) so users don't have to refresh it every time they open it.
    To view it via InfoView, they have 2 options:
    a) The most usual and logical is to press the main hyperlink, the one which shows the name of the report. This is always showing you the report with the data from when you did a last refresh of it (report is set to not refresh data on open). Seemingly totally ignoring the scheduled instances!
    b) Users can also open via 'View Latest Instance'. This shows the last result(instance) of the last successful schedule of the report.
    This is confusing, since I would of course like the users to view the latest version(instance or whatever) of the report in both scenarios a and b.
    Is it possible to make the main hyperlink with the name of the report point to the latest instance of the report also?? Or am I wanting too much here???
    Thanks for any help!
    Frode

    Hi Frode,
    Yes you can... In the CMC, goto to BusinessObjects Enterprise Applications --> InfoView and the Object Listing property set (1) View the Object or (2) View the latest successful instance of the object.
    This is a global setting and affects all users so changing this setting here will make it the default setting for all users. No individual setting is available for a user.
    Regards
    Jacques

  • BO 3: View Latest Instance by default

    Hi gurus!
    I have an issue i cant resolve. Please, help me with adivce.
    I made a bex with no variables. The one variable is bex date that equals current date (0P_ERC01).
    Then i created universe in Universe Designer, base on this bex. AFter that i've created report. This report will transfer data to the dashboard via QaaS.
    As the report will have much amount of data, i want it to be scheduled for everyday execution. So, everyday business user will open a dashboard and will get cached current date information from the latest instance.
    For this purpose i want to use standart scheduling in BO InfoView (vers. 3).
    How should i do this?
    For testing i've created a test report and scheduled it to execute every 5 minutes:
    The last successfull instance was at 10:04.
    But when i open a report (not an instance) - i see the data, that i was updated manually at 09:44
    How can i get a fresh data in report, a data from the latest instance?
    Now i can get this data just by pressing "View Latest Instance"
    So i want my report to be refreshed by latest instance every time when the instance is executed successfully.
    Waiting for your questions and advices.
    Thank you!

    Doble click on a report, it opens the latest instance.
    Right click, then view, opens the report. there is no way that by clicking on 'View', you get the latest instance.
    best regards,

Maybe you are looking for

  • Need Help in opening a Link or URL

    Hi, I need help in opening a URL (on the same server where CLM application is deployed). I have added a Button on ToolBar and added the code. but it's not working. the same java program is working on my local system. below is the code. import java.io

  • Why does New Report.vi not always minimize the document?

    I'm using Report Generation Toolkit for Microsoft Office to generate documents based on bookmarks in a template document. It works very well and I'm pleased with it. However, it usually (not always) opens up the template document and displays it whil

  • Force Yoga 3 Pro CPU to work at highest frequency

    Hey guys, I have some problems with the CPU frequency management. I actually can't really understand what is the problem because I have played 4k videos on my laptop (from files) on power saving without problems. However if I play videos from youtube

  • Itunes error on start up

    When i open itunes, you just see the outline and then it says an error occured and closes. Have tried uninstalling and reinstalling about 20 times. Whats gooooing ooooooonnnnnnnnnn?

  • Essbase copy issue

    Hi We have an issue with Essbase cube copy in EAS (essbase and eas are in version11.1.2.2) .  When we copy a cube we expect the access for the users and groups to be also available in the copied cube ie say groupA is assigned read access to cube1 but