Is it possible to restrict the available export formats in InfoView?

Hi all,
I uploaded some reports to Crystal Reports Server 2008. For most of them the user should be able to export them to CSV when viewing them in InfoView. For some reports this does not work correctly because they contain embedded subreports, cross tables etc., which can not be exported to CSV. Is it possible to remove the CSV format from the list of possible export formats for those reports?
Alternatively, is it possible to insert some hint into the CSV export like "Not all data contained due to export restrictions"?
Thanks for infos
Joern

HI,
you will  able to disable the group tree icon panel when the crystal report opened. to do this,follow the steps mentioned below.
1. Go to your BO installation folder and then tomcat folder and then choose the CrystalReports web application.
C:\Program Files\Business Objects\Tomcat55\webapps\CrystalReports
Now change the web.xml of the this web app and insert a context parameter
<!-- Added to remove group tree panel shown as default -->
<context-param>
<param-name>viewrpt.groupTreeHide</param-name>
<param-value>true</param-value>
</context-param>
Restart your tomcat, or restart crystal report web app from tomcat manager.
you can remove or add or disable the group tree icon as per your requirement.
Let me know if this works,
Regards,
Rameez

Similar Messages

  • Is it possible to restrict the user from creating a sibling and allow him to ONLY create child nodes in DRM?

    When in a hierarchy, a user right clicks on a node to crate a new node, he has two options
    -Child
    -Sibling
    Is it possible to restrict the user from creating a sibling and allow him to ONLY create child nodes?
    Business cases:
    1. different level nodes need to have different prefixes.
    - Thus, the default prefix property definition uses the level number to assign a prefix
    - Also, a validation, to ensure the correct prefix, uses the level number
    But if the user can create a child and a sibling then the default prefix will only be right for a single case and not both.
    Thanks

    If the images are exactly the same size then make sure the layer with the mask
    is the active layer and in the other documents go to Select>Load Selection and choose
    your document with the layer mask under Source document and under channel choose the layer mask.
    After the selection loads press the layer mask icon at the bottom of the layers panel.
    MTSTUNER

  • Transaction F110 - Possible to restrict the input of Identification-field?

    Hello all,
    is it possible to restrict the input of the "Identification"-field in transaction F110 (Automatic Payment Transactions: Status)?
    e.g.: User X with company code XX is only allowed to enter XX01 in the identification field.
            User Y with company code YY is only allowed to enter YY01...
    Is that possible?
    Thanks in advance for any reply!
    Steffen
    Message was edited by:
            Steffen Poetsch

    Hi
    You can control the "identification" with the help of the BASIS guy.
    They will define the authorization object to field level.
    Create seperate roles for that and assign accordingly
    VVR

  • Cannot paste from clipboard. Cannot read the available clipboard formats.

    I cannot open a new or old pagemaker 6.5 document.  The message comes up 'cannot paste from clipboard.  Cannot read the available clipboard formats.
    It will not let you do anything and I have to close by Alt. Ctrl. Delete.
    Any help would be much appreciated.
    Linda

    Let me confirm what you're saying.
    PM (windows?) loads up OK, but when you try to open an existing or create new publication, you get the error "'cannot paste from clipboard.  Cannot read the available clipboard formats"?
    !. PM6.5 can only be operated on a contemporary OS, like Win98SE or Win2K.  Generally speaking, with later versions on Windows, it's a non-starter.  If this is the case, and it's essential you open your PM files, download and install the trial version of PM7.
    2. You probably have some corruption somewhere.  You can try trashing all the configuration files (search using the string  PM65*.cnf ) and re-loading PM65
    3. If suggestion 2 fails, you need to remove and re-install PM65, but even this may not work.  See 7.6 - Re-installing PageMaker of this linked PDF which was taken from the old AdobeForums FAQs.  (Note the date of this FAQs and begin to realise how ancient PM65 is.)
    4. Forget all the above, and move to InDesign.
    Iechyd da! John
    23:09 15/09/2009 BST

  • Is it possible to restrict the object creation for stateless session beans

    Hi,
    Is it possible to restrict/fix the ejb object creation for stateless session beans in application server?
    For example, i want to configure the application server ( am using JBOSS ) to create maximum of 10 session bean objects. and if any requests for the stateless session bean come, as application server has created 10 objects, the requests should be blocked.
    Thanks in advance,
    nvseenu

    You can keep a counter in the application code. A static var won't work, but an entity and a consistent id should. This version would affect performance, but it would be portable to other app servers.
    // ConstrainedBean.java
    package unq.ejb;
    import javax.ejb.Stateless;
    import javax.ejb.CreateException;
    import javax.annotation.PostConstruct;
    import javax.annotation.PreDestroy;
    import javax.persistence.PersistenceContext;
    import javax.persistence.EntityManager;
    @Stateless
    public class ConstrainedBean implements Constrained {
        final static int DEFAULT_COUNTERID = 1;
        @PersistenceContext EntityManager em;
        @PostConstruct
        protected void init() throws CreateException {
         ConstrainedBeanCounter counter =
             em.find(ConstrainedBeanCounter.class, DEFAULT_COUNTERID);
         if( counter == null ) {
             counter = new ConstrainedBeanCounter();
             counter.counterId = 1;
             counter.counterValue = 0;
             em.persist(counter);
         if( counter.atMaximum() ) {
             throw new CreateException("error attempting to create > 10 beans");
         else {
             counter.increment();
        @PreDestroy
        protected void destroy() {
         ConstrainedBeanCounter counter = em.find(ConstrainedBeanCounter.class,
                                   DEFAULT_COUNTERID);
         counter.decrement();
        public void doSomething() { System.out.println("doSomething()"); }
    // ConstrainedBeanCounter.java
    package unq.ejb;
    import javax.persistence.Entity;
    import javax.persistence.Id;
    @Entity
    public class ConstrainedBeanCounter implements java.io.Serializable
        @Id public int counterId;
        public int counterValue = 0;
        public void increment() {
         counterValue++;
        public void decrement() {
         counterValue--;
        public boolean atMaximum() {
         return counterValue > 9;
    }

  • Is it possible to restrict the "paste" functionality on a wd input field?

    The requirement I have is not allow to copy and paste a value on a given webdynpro input field. Does anyone know if this is possible? If so, how?
    Thanks in advance,
    Diego

    Hi Yuval,
    not sure about your answer. Does the attribute "readonly" will prevent or will not prevent pasting values? I am not sure about your reply since after your sentence you say "there is not way to restrict user from copying the value....." and that for me reads like "there is no way to prevent from pasting the value ......".
    Please advice and thanks in advance,
    Diego.

  • Is it possible to restrict the ability to e-mail a pdf outside a specific domain name?

    Hello,
    I am trying to find a solution to a friends problem.  She has a quarterly publication that she sends out to big banks and financial institutions.  Recently she has had some problems with press leaks.  I am trying to find some security options for her however the task is difficult. Because these institutions have firewalls I am not sure encrypting or tracking is the right answer because the publication might not make it through. She wants users to be able to print the publication because many of the readers are older and prefer to read during their commute and at home.  Essentially I am looking for any ways to make readers think twice about sharing the information. I thought if I could restrict e-mail to a specific domain name that would help this way users can only e-mail within their specific company.  If any one has any suggestions please feel free to share. 

    Thank you Todd, I was able to get it to work but I do have a few more questions...
    1) When I tested this, at the top of the message, before any of the text I created, this showed up: This is a multi-part message in MIME format. --------------040406040801080102080500 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
    2) After the signature line, this showed up: --------------040406040801080102080500 Content-Type: image/jpeg Content-Transfer-Encoding: base64 Content-ID: /9j/4AAQSkZJRgABAQEAYABgAAD/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAEAAAAA AAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0K CgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAC5ApUDASIAAhEBAxEB/8QA HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQID AAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6 Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/
    (It was actually much longer than that)
    Is there anyway that I can get that to go away? I obviously would prefer a nice, cleanly formatted e-mail to be sent just like I would send if I were creating it on the spot.
    Thanks,
    Evan

  • Synching SharePoint 2013 to Outlook 2010 - Is it possible to restrict the views?

    Hi,
    I'm trying to synch SharePoint 2013 calendars with Outlook 2010. If I require a certain view from SharePoint e.g. [Me] as a Project Manager to be synched to Outlook, can you restrict it so only this data is pulled through?
    I've tried and it currently pulls through all the calendar appointments on SharePoint through to Outlook. I only require a certain view of appointments, and dont want this information to be public to the rest of my organisation.
    Many thanks

    Hi,
    According to your description, my understanding is that you want to sync the appointments which were assigned to you in the SharePoint calendar with Outlook.
    I recommend to use a group calendar and then sync the calendar with Outlook. After that, only your appointments will be synced with Outlook.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Is it possible to restrict the user from opening the WSDL page in a browser

    Hello All,
    The user should be able to send requests to the webservice, but not be able to view the wsdl file in the browser. How can we do this in Weblogic 10 ? is this configurable ?
    We need to do this because, the webservice is going to be exposed to the outside world and we don't want everyone to be able to see the WSDL.
    Thanks
    Chandra

    I don't know how to do that, but I would advise against relying on an architecture where you have to hide the WSDL to provide security. That's an illusion. If you fully expose the WSDL and then implement proper security mechanisms, even BASIC Auth under HTTPS, your service will be more secure than with a hidden WSDL.

  • Is it possible to call the import/export utilities from a procedure?

    I was just wondering if it is possible to call these utils as
    they are command line .exe's in Windows.
    Thanks
    Mike

    Hi ,
    Please check following thread on forum -
    Re: ADF: Calling OAF Page from ADF page
    Check this may also be useful-
    https://blogs.oracle.com/shay/entry/to_adf_or_oaf_or
    I have not tried yet but Steven Chan (Sr. Director OATG) suggest following methodolgy for this-
    https://blogs.oracle.com/stevenChan/entry/appsdatasource_jaas_ebs
    Thanks,
    Ashish

  • Possible to Restrict the Max Size of a JFrame?

    I guess that the JFrame is my top level container, within which JTabbedPane is used. I wish to be able to not make the window maximizable. I remember how that could be done in JInternalFrame. When I looked up JInternalFrame, it looks like the boolean value for maximizable is specific to JInternalFrame and not inherited. Is there another way I can do that? When I messed around with setMaximumSize(), it doesn't stop the user from maximizing.
    Also, if I want another container containing various components to obtain user input, which will pop up as a response to a button from the tab, is one container just as good as another, or is there a specific approach which is more friendly to this type of program?
    Anyways, this is the bare bones of my code with all the bells and whistles and extra components cut out, in the event that it matters. ;o
    public class TabTest extends JFrame
         public TabTest()
              JTabbedPane mainPane = new JTabbedPane();
              JPanel layer1PanelE = new JPanel(); 
              JPanel viewNclearPanel = new JPanel();     
              layer1PanelE.add( viewNclearPanel );
              JPanel entryPanel = new JPanel();
              layer1PanelE.add( entryPanel );
              mainPane.addTab( "Tickets", null, layer1PanelE, "Edit new or existing tickets" );
              getContentPane().add( mainPane );
              setSize(850, 600);
              setVisible( true );
         public static void main ( String args[] )
              TabTest tabtest = new TabTest();
              tabtest.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
    }Ty very much
    -Aerin

    <3 <---- Love

  • What's the best export format for Keynote to iMovie?

    Okay, here is the situation, I have a lengthy Keynote presentation which I plan to export via QuickTime so it can be imported in to iMovie in order to do voice-overs. The question I have is what the best format is to use to export from Keynote in order to import in to iMovie. I am obviously looking for the format which is the smoothest, doesn't lose any quality, and will look clear once imported in to iMovie. Also, there is no reason to use H.264 since size during the transfer doesn't really matter to me, besides, H.264 seems to be somewhat jerky with Keynote exports (or maybe it's just my computer) as I am using some of the graphics intensive transitions and effects.
    Also, I know that when you send movies directly from Keynote to iDVD or from iMovie to iDVD, it uses a format which is directly compatible and there is no conversion that takes place, is there a format which will work this way from Keynote to iMovie or does it always have to do the conversion.
    Finally, the other thing you should know is that I created the presentation in Keynote using 1280x720 in order to achieve the true widescreen aspect ratio. Now, I am NOT looking to keep this in HD, once I import it in to iMovie, I only need the standard DV Widescreen resolution since I will eventually transfer it to iDVD to burn it as a widescreen DVD. So, I would also appreciate some sort of input as to whether I should export the QuickTime file out of Keynote as the full 1280x720 and then let iMovie do the down-sampling, or should I export it directly out of Keynote using the standard definition widescreen resolution? Please, I would appreciate ANY help on this!!!

    Hi Cornelius,
    this is the workflow I had which worked fine for me:
    My situation was that I had two existing movies in different formats, which a had to filet, add keynote foiles at the beginning (like "Confidemus presents" and so on), between chapters and at the end.
    The best way to stick all this together was indeed to export to Qicktime and there to choose the highest resolution. There are several options. The most important point was to have all transitions within foils in keynote approprately defined, because after export it is not possible to do something in iMovie with it.
    After having edited the movie in iMovie (that means adding transitions), next I will use Garageband to add sound. So you see that is the point where I'm standing at the moment. I have one time edited sound with iMovie, but Garageband seems to be more sufficient to do that. I have done a little radio play together with my daughter with Garageband and I found it very nice and - of course - easy to use. There are more effects in it and when you are familiar with this editing scheme in Garageband you will love it.
    All the best
    Fernando

  • Possible to use iPhoto QT Export Format in FCP?

    Hi everyone,
    I'm looking to create some killer slide shows which go far beyond iPhoto's capabilities. I exported 5 photos from iPhoto at 1024x768 for 2 seconds each. The quality was excellent and the file size was only 616 kb.
    I pulled up the movie's info in Quick Time and got this:
    Format: Photo - JPEG, 1024 x 768, Millions
    Photo - JPEG, 1024 x 768, Millions
    Photo - JPEG, 1024 x 768, Millions
    Cross Fade, 1024 x 768, Millions
    FPS: 0.41
    Playing FPS: (Available while playing.)
    Data Size: 1.77 MB
    Data Rate: 876.89 kbits/sec
    Duration: 00:00:17.00
    Normal Size: 1024 x 768 pixels
    In Final Cut, under info->format, it says the following:
    Type: Still
    Size: 613.6k
    Tracks: 1v
    Vid Rate: 23.98 fps
    Frame Size: 1024x768
    Pixel Aspect: Square
    Field Dominance: Not Set
    Alpha: None/Ignore
    Composite: Normal
    All I want to do is recreate these settings, but no matter what I try the file is huge and the quality poor. Anybody have any ideas? Are there programs out there more suited to what I am trying to do?
    Thanks,
    Comatosed

    Hi Shane,
    That was a really helpful video on how to apply motion. I'll definitely apply those techniques if I ever figure out how to get my settings correct. Perhaps you can help me with this!
    I noticed when you dropped your jpegs into FCP they didn't need any "red" rendering, they had the green render line. I belive I've matched my Audio/Video setup as closely as I can to my stills, the frame sizes are the same, but the stills always needs rendering as soon as I drop them into the sequencer. I don't want to render every slide before editing!
    These are the best settings I've managed to find so far, maybe they're way off or you know a better way.
    OfflineRT HD (Photo JPEG) 16:9 material at 23.98 fps with audio set to 48 kHz.
    Frame Size: 1024 x 682 Pixels
    Editing Timebase: 23.98 fps
    Field Dominance: None
    Pixel Aspect Ratio: Square
    Anamorphic 16:9: Off
    Video Processing: RGB Only
    White Point: N/A
    Compressor: Photo - JPEG
    Millions of Colors (24 bit)
    No Data Rate Limit
    No Keyframes Set
    Quality: 75
    Audio Settings:
    16-bit 48.000 kHz Stereo
    The file sizes are manageable yet the image looks great
    This is my vision: I want to create slide shows that are perfectly synced to music and apply some motion, transitions and fx. Above all, I want to have control over the length of each still to a tenth of a second and have multiple audio tracks to work with so I can mix songs and sound bytes. So far FCP seems to be the only program that will allow me to do all this.
    Here's my problem: I want to keep the quality high but file size low (I know this is a contradiction And I'd really like not to have to render everything before I begin editing.
    Thanks for the help Shane, I really appreciate it!
    -Comatosed

  • What's the best export format for television from FCE?

    Hi,
    I'm working in HD in FCE and need to export a short (40-sec) clip for the local cable station. To get the highest quality, I exported as a QuickTime Movie (self-contained), and burned a CD copy of the file and hand delivered it to them. Unfortunately, they couldn't open it (they said there were codec problems). So, I need to do it differently. I've been experimenting, and thus far it seems best if I do this:
    Export to QuickTime Conversion
    Settings: QuickTime Movie, compress with MPEG-4 Video, keyframe rate = 24, bitrate = 5000 kbps, dimensions 1280x720.
    The result is "okay", but that's all. Anyone have any suggestions as to how I can get a television-quality clip out of FCE (using QuickTime Conversion)?
    Thanks!
    Vic

    I should've been a little more detailed...
    The cable station broadcasts ads for real estate agents. Hence, they use mostly still images. Lately, they are getting a little more into full-motion video. The two guys that run that division are not exactly video savvy. For that matter, neither am I. I do videos for the web (real estate videos). I want to promote my service to other agents, so would like to show some short sample clips on TV to attract attention and draw new business. Previously, I e-mailed Flash video to the cable station and it worked fairly well; but, as you can imagine it was far from television quality (it was jittery and pixelated). They tell me that they use MPEG-2 format to broadcast their video clips. FCE won't allow me to export that format. They tell me that, if I bring them some other format, they can convert. As I mentioned, I burned QuickTime format clips (about a half gig each) to a CD and brought those to them. They were unable to open the files. Now, I'm lost. I'm wondering if there's a format I can output from FCE that will be of high enough quality. The guys at the cable station suggested .avi, but isn't that a web format?
    Any output formats/parameters you can think of that might work for me?
    Thanks very much!
    Vic

  • Is it possible to keep the outline auto formatting from Pages when copying and pasting that outline to the Presenter Notes on Keynote?

    I have been using my iPad for my notes, but I want to start using it as a remote for my macbook. When I copy and paste the notes into the Presenter Notes section of Keynote on the macbook, it unformatted. Any bullet point formatting that I do on my macbook is not showing on my iPad's Remote view Presenter Notes. Is there a way to create consistency here that does not involved formatting each one separately?

    Use Drag and Drop
    Have both applications open side by side
    select the text in Pages
    with the mouse drag the text from pages into presenter Notes pane in Keynote

Maybe you are looking for

  • Transformation issue - Message no: RSTRAN517

    Hello experts, When trying to activate the Transformation for an InfoCube, I get the error message: Rule (target field: ZD_REV1): No source unit assigned Message no. RSTRAN517 Looking forward to your assistance in resolving this. Thank you!

  • Trouble connecting to xserve.

    The connections are very slow and when I log into the server monitor instead of showing an ip address for the client, it lists it as "broadcasthost" instead of an ip address. How do I get the connection to show the ip address correctly? Any help is a

  • Quicktime Meta-data Access (Creation Time)

    Greetings, I'd like to be able to pull the creation time from a quicktime file. A bit of browsing at Apple's QT site left me quite confused. It does seem, however, that the time (or was it just the date) is available as a tag inside the QT file. Anyb

  • IE9 problem linking to a specific tab

    I have been happy with my website for almost a year now after asking a few questions relating to Tabbed panels and having my problems solved here. But I've realised there is a problem that didin't exist before! I have a Horizontal menu bar at the top

  • SA520W load balancing question

    I've recently setup a SA520W and am trying to configure it for load balancing.  I have DSL (soon to be switched over to T1) and a wireless provider (Clearwire) as ISP's.  I have only assigned a few protocols to use the secondary (wireless) connection