ActiveX Viewer: Preventing Group Tree from displaying

We use URL reporting to bring the reports up in the ActiveX Viewer. With BO XI R2 the viewer always displays the group tree section even when the report is set to not generate the group tree. And of course we get lots of question on why this part is just displaying as a white section. This was not an issue in CE10 and we wonder how we can control this behaviour in the ActiveX Viewer.
Regards,
Stig

Does it work on WIN 2003 server?
The problem seems to be related to the amount of data that the group tree pane is displaying and some reports will render it properly whereas others will not.
If as a test if you filter the data so there is less of it, does the group tree pane appear on these reports?
Make sure the 'DisplayGroupTree' property is not set to False.
- Ludek
Edited by: Ludek Uher on Jun 17, 2011 6:55 AM

Similar Messages

  • Prevent null values from displaying in answers OBIEE 11g

    Is there any possibilities in OBIEE to Prevent null values from displaying in answers
    For example, If i have two records in table
    TV         cost=NULL(having agg rule sum in BMM layer)
    RADIO   cost=10(having agg rule sum in BMM layer)
    in answers i get two records
    TV       NULL
    RADIO 10
    but i want to get one, only with not null cost

    Just want to clarify your question,You want to eliminate the NULL values from the report am i right? If that is the case then put the filter COST <> NULL.
    Do let me know the updates?
    Thanks,

  • How to remove suppressed items in the group tree from the crystal report print preview screen

    I am removing items in report using group selection formula. Although the removed items are not available in the report, they are still available in the group navigation tree on the left pane. Is there a way to overcome this ?

    Hi All,
    How can i use the below group selection code in record selection.
    TotalQuantity := sum({ICIVAL.QUANTITY},{ICIVAL.ITEMNO});
    TotalCost := sum({ICIVAL.TRANSCOST},{ICIVAL.ITEMNO});
    iIncludeQty := TONUMBER({?INCLUDEQTY});
    iIncludeCost := TONUMBER({?INCLUDECOST});
    bIncludeQty := FALSE;
    bIncludeCost := FALSE;
    SELECT iIncludeQty
        CASE 0:
            bIncludeQty := TRUE
        CASE 1:
            If TotalQuantity > 0 THEN
                bIncludeQty := TRUE
        CASE 2:
            If TotalQuantity = 0 Then
                bIncludeQty := TRUE
        CASE 3:
            If TotalQuantity < 0 THEN
                bIncludeQty := TRUE
        CASE 4:
            If TotalQuantity <> 0 THEN
                bIncludeQty := TRUE
    SELECT iIncludeCost
        CASE 0:
            bIncludeCost := TRUE
        CASE 1:
            If TotalCost > 0 THEN
                bIncludeCost := TRUE
        CASE 2:
            If TotalCost = 0 Then
                bIncludeCost := TRUE
        CASE 3:
            If TotalCost < 0 THEN
                bIncludeCost := TRUE
        CASE 4:
            If TotalCost <> 0 THEN
                bIncludeCost := TRUE
    bIncludeQty AND bIncludeCost

  • Is there any way to prevent my Calendar from displaying in GMT time?

    I just update my iOS to 8.1.2 on my iPhone 6. It appears in my calendar in GMT time despite the fact that I set my time zone to +7
    Why Apple support team never solve this problem. So confusing.

    Hi chalit2000,
    If you are seeing Calendar events listed in a time zone other than the one the iPhone is currently set for, you may want to check to see if Time Zone Support is enabled. You may find the following article helpful:
    iOS: How to adjust Time Zone Support for calendars - Apple Support
    Regards,
    - Brenden

  • Openbox + tint2, prevent a program from displaying in tint2 taskbar

    The title says it all.  Every time I start openbox, liferea runs (which is what I want) but it also shows up in the taskbar (which I dont want).  My beautiful, clean, empty default desktop is cluttered up by a taskbar item!  I want it gone.  Is there a way to do that either through tint2 or rc.xml?  I just want to blacklist the program altogether.  it has a tray icon that runs so I don't need the taskbar item.
    Thanks
    JTS

    Openbox comes with application matching, though I'm not sure if it can make something skip the taskbar. Check out the application section in rc.xml (it should be completely commented out). If not, check out devil's pie.

  • Hide the group tree while previewing the report

    Post Author: sanjay_usa1
    CA Forum: General
    Hello! Everyone i would like to hide the group tree which comes in the report while previewing it when i preview the report each time the group tree in the left hand side appears everytime i know i can hide and unhide it from the toolbar in the upperside but i dont want it to dispaly the group tree while previewing it as default , Is it possible to do that.
    Pls Help out it will be a great help
    Regards,Sanjay

    Post Author: yangster
    CA Forum: General
    Under file -> optionsuncheck the display group tree that will remove the group tree from displaying by default

  • Group Tree displays a single character in Viewer.

    <p>Grouping on a formula for sorting purposes</p><p>If {?getResultSet - Parameter 8 (String)} = "SupplierName" then {getResultSet.SOSupplierName} else ...</p><p>Group tree will display the supplier names when run in the designer eg. "ATT", "Bellsouth", "BizConnect", "Cingular", etc.</p><p>In Viewer at runtime, it displays "A", "B", "B", "C" for the suppliers listed above, rather than their names.</p><p>Can&#39;t find any other instances of this issue on Businessobjects.com, or through a google search.</p>

    Not to argue with Brian, but the Supported Platforms still contains IE 8 as being supported.
    You do not mention the service pack you are using or if you can reproduce the issue on your test environment(?).
    Links to up to date SPs are here:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow me on Twitter

  • How to prevent LOV from displaying duplicates

    Hi all. I'm using JDev 10.1.3. I have a af:selectOneChoice component which is used to set search criteria. There are a few records with duplicate values. Is there a way for me to prevent the LOV from displaying duplicate values? thanks in advance.
    <af:selectOneChoice
         value="#{bindings.UserAckAnnualBalancesView1EdcDescription.inputValue}"
            label="EDC Description"
            valueChangeListener="#{backingExecuteBtn.alterEdcDescSearchVal}">
            <f:selectItems value="#{bindings.UserAckAnnualBalancesView1EdcDescription.items}"/>
    </af:selectOneChoice>

    John. I assume that you are suggesting that I do a SELECT DISTINCT. If so, then no I cannot change the underlying query. I want all the records, what I am actually looking for is a way to filter the items in the LOV.

  • Default to NO Group Tree

    I am using VS2008 with the full CR2008 package.  When the viewer displays a report, the group tree is displayed by default.  I can toggle it on/off with the button.  I don't mind having the button available, but I would like the reports to NOT show the group tree when the report first displays.  It appears that the "Create Group Tree" option has been removed from the full version.  When I add a call to the ShowGroupTree() method, the reports still dsiplay properly, but I get run-time errors.
    Is there a way to have the group tree OFF by default?
    Thank you,
    Jack

    Hi, Jack;
    The group tree is now a panel. See the following note:
    [Panel Note 1183704|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333733303334%7D.do]
    Best Regards,
    Jonathan

  • Possible to prevent hidden slide from showing on "next" click?

    I am working on my first Captivate 7 project. I have created a sub-set of slides that users will be able to link to from another slide (almost like pop-up boxes). This is optional content, so I don't want to force users to view it. How do I prevent a slide from displaying when the user clicks "Forward"? I figured out how to exclude it from the TOC, but if I actually Hide the page, I can't use the Jump to Slide feature.
    I tried to set up an OnExit action to jump to another slide, but that doesn't seem to work either. I'm sure others must do this all the time? I really appreciate your advice!!

    You need to set up custom variables that track whether or not the slide should be seen.  The default value will be that the slide is NOT seen (ie 0 or False).  The On Slide ENTER event for these 'hidden' slides will execute a Conditional Advanced Action that checks the value of the variable and if it is set to 0 or False then it will jump immediately to the next slide.
    When you deliberately jump to that slide from another slide your jump action needs to be executed by an Advanced Action that first sets the value of the variable to 1 or True before jumping.  This way, when it gets to the slide the On Slide Enter event's action will see that the slide is supposed to be viewed and allow it to play.
    To clean up, you need to ensure that any way the user gets out of that same slide will also execute an action that resets the variable to 0 or False again.

  • Hide the 'group tree' in crystal reports 2008

    Hey Guys,
    Please help me out.
    I need to hide the group tree which automatically shoots on the crystal report after execution.
    This is what i need to see. Only the report data (After report execution) i do not need to see the group tree under the tab 'main report' which appears on the left had side of the report.
    I know that in the previous version there was an option which would hide the group tree option under File>Report Option> uncheck Group tree.
    But there is no option here in CR 2008.
    Is there a code i need to insert somewhere in the report??
    Regards,
    Harvino

    Hi Chinmay,
    Thanks for your quick reply, I was late on the reply because I had a load of other things to do. Sorry for that....
    I am aware that we can click the toggle panel to remove the group tree.
    But a user wants to hide the group tree on 1st run,,,, that is causing the problem.....
    I cant seem to find an option we can disable group tree for the user, so that he may not view the group tree..
    Harvin

  • Group Tree Problem

    Hello Everybody,
    I have a report which was developed by previous developer.This report is working fine execpt no group tree was displaying on preview mode on left side of the report. Now users want's to display this tree,so that they can navigate to each group. Can anybody please tell me how to display this tree.
    Thanks
    Ram

    Hello Ram,
    1) Open your CR Designer-->File tab->Report options--->Check "Show Preview Panel"
    2) In the designer toolbar, click on "Toggel Preview Panel" button.
    Hope this helps !!
    Regards,
    Chinmay Athavale

  • Formatting the Group Tree?

    Post Author: paulold
    CA Forum: General
    I create grouped reports in Crystal all the time. (I am now using CRXI.) One little pet peeve I have is how Crystal presents the Group Tree when I am using a number field for my grouping. For example, we have order numbers like 10128276 and if I want to group my report on the order number, the group tree will do so, but the order numbers will look like this: 10,128,276.00. This looks like a mistake to my endusers. Sure, I can live with it, but I would love to hear of a way to format what appears in the Group Tree. Why doesn't the formatting of the group header get carried over into the group tree? Thanks! [email protected]

    Post Author: SKodidine
    CA Forum: General
    Checkout this KBase article.  If you do not want commas then change the suggested formula to totext(,0,"","").  Pay particular attention to the drawback mentioned at the end of the article.
    Formatting the group tree to display numeric values without decimals

  • Group tree does not always render data in ActiveX viewer

    We are using Crystal XI R2 and the RDC/ASP interface to render reports in the ActiveX viewer. The web server is a Windows 2008 R2 64 bit machine.
    Yes, I know it is not supported but I was hoping someone may have a workaround.
    We got the ActiveX viewer to render by making the noted fix to rptserver.asp but the problem we are now facing is  that on certain reports, the group tree pane will  not render all the data properly and comes up blank. The main report pane is no problem and displays the data fine. The problem seems to be related to the amount of data that the group tree pane is displaying and some reports will render it properly whereas others will not.
    Anyone seen a similar problem before and have any clues as to how to correct it?

    Does it work on WIN 2003 server?
    The problem seems to be related to the amount of data that the group tree pane is displaying and some reports will render it properly whereas others will not.
    If as a test if you filter the data so there is less of it, does the group tree pane appear on these reports?
    Make sure the 'DisplayGroupTree' property is not set to False.
    - Ludek
    Edited by: Ludek Uher on Jun 17, 2011 6:55 AM

  • Remove group tree and parameter button from crystal view in iView

    Hi
    I have a crystal report which renders in an iView on the SAP portal. When a user views the report, in the viewer I see the group tree button and the parameter button. Is there a way to disable the group tree button and parameter button ?
    Thanks,
    Daniel

    Hi Udi,
    I have a page within it I have a Composite view (SearchPage) and an iview (MyIview1). I have passed a URL to the iview (MyIview1).
    In searchpage i have a variable @Address which is selected from a dropdown box. On click of a button i need to pass the variable @Address to the iview (MyIview1).  which should be appended to the URL that i pass to MyIview1.
    If i use URL action it opens as popup, and shows the desired result. But, I want it to open within the iview (myiview1).
    Please let me know how else do i pass the variable from composite view to the url iview within the same page as ="www.abcd.com?address="&@Address  does not open the url in the iview.
    Thanks and Regards... Vibha

Maybe you are looking for

  • ERROR in SAP System Installation

    Hi gurus!! We are trying to install a SRM system (EBP4.0) into existing database (oracle 9.2) -  MCOD mode - but when we run the installation the process terminates with the next error in sapinst.log ERROR 2008-08-29 11:16:50 CJS-00084  SQL Statement

  • Problem with graph pivoted result

    Hi Experts, i created one report in pivot table view , in that one column having values like 30%,30-40%,40-50% so on... so i placed that column in column section so..in the pivot view i got the column values like above..but, when i tried to check the

  • Personal Web Sharing DNS issue?

    Hello All, Had a quick question, when I browse to personal websharing from outside my network I can see the apache test page just fine by accessing by IP address, however when I attempt to browse to folder below home (for example http://66.44.55.123/

  • I can't delete this music

    So I upgraded my iPod 5 to the IOS7 and I had deleted music on there and it all came back. I can't figure out how to delete it. Help me please

  • In oracle form not to allow cursor to move ahead if value is not entered

    I have to modify an existing form in which the cursor sould not move ahead if no value is entered in the field.There are many items for that block.If no value is entered for a particular ITEM then the cursor should not move ahead on pressing the Tab