Conditional display of headings based on drill-down page or section shown

<div>Crystal Reports 10</div><div>I have a report (originally written by someone else) with 1 drill down page.</div><div>The drill down shows section group footer 2.</div><div>I am adding a new drill down from the 1st drill down. This will show the details section.</div><div>There are headings which are displayed in the page header section.</div><div>I would like to suppress or hide these headings when the 2nd drill down page (details section) is shown.</div><div>I figured I could do it based on whether a section, or a field within a section, is displayed on the page or not.</div><div>How to accomplish this?</div>

Thanks for asking this question.Â
There is a formatting function (under the Document Properties group of functions) called GroupLevel(). It returns what level of group you're on. You can use this along with the Suppress conditional format to show/hide a section based on where the user is located. Â
This would be a great one to "show" as a sample. I'll add it to my task list for submissions up here.Â
Again, thanks for asking the question and start the ball rolling!
     - Kathryn Webster (Report Design Specialist)

Similar Messages

  • First Page is Table and drill down page is chart

    Hi All,
    In my dashboard i should display only table. In table, if i select one drill down values. It should display only chart not for table formate.
    How to set this option.
    First page it sholuld be table
    Drill down page should be chart
    How will do this.
    Thanks

    Hi,
    Create two reports one with table and other with chart in compound layout view.Place Table in one page and to to column properties->data format->value interaction->navigation->select chart report that you created under column through which you want to navigate to chart.Make that column as prompted in chart if you want to filter data based on column selected.
    Regards,
    Srikanth
    http://bintelligencegroup.wordpress.com/

  • Drill-down page from table

    I've created a table by dragging a Named Criteria of a View Object over. However, the table is quite packed because there are many fields, hence many columns. I want to show only a few columns, and make a drill-down page, in a way that I can click on any row and go to a page that displays the remaining fields for that row. How can I achieve that? I'm using JDeveloper 11.1.2.2.0.

    Hi,
    1. Select the page in the Application Navigator
    2. Expand the table in the Structure Window
    3. Delete the columns you don't want to see
    4. Create a second page (or use a popup dialog)
    5. Drag and drop the same View Object as a table or form
    6. keep all columns or delete some
    7. Add a command link to the table on page 1
    8. Set the action property to match a navigation case you defined between page1 and page2
    This is all it takes. The command link, whe added into a column to the table ensures the row is selected
    Another option is to configure column freeze on the table. This way you can fix the columns that people always need to see and then allow them to use a horizontal scrollbar to scroll into the other
    Frank

  • Unable to Print Drill down pages

    Hi,
    We are using Crystal RDC to view & print reports in our Power Builder application. When we try to print a drilled down page, it is not priniting that page alone. It is printing from page 1. We are using Crystal ActiveX Report Viewer Control 11.0 in the window.
    Can anyone help me to print drill down page alone please?
    Thanks in Advance,
    R Ganesan
    Edited by: vssatish on Feb 14, 2011 10:33 AM

    Hi,
    We are using Crystal RDC to view & print reports in our Power Builder application. When we try to print a drilled down page, it is not priniting that page alone. It is printing from page 1. We are using Crystal ActiveX Report Viewer Control 11.0 in the window.
    Can anyone help me to print drill down page alone please?
    Thanks in Advance,
    Ganesan R

  • How to conditional display Report Region based on number of rows returned

    I have a page with two Report Regions.
    One Region should display if the Query returns 0-1000 rows. The other should display if the same Query returns more than 1000 rows.
    The only way I can figure out how to do this is have ANOTHER query in the conditions field for each Region to Select count(*) from etc.
    I know there is a #TOTAL_ROWS# value but that is only available after the Region is displayed. Is there some other built-in variable that can be used to put in the Conditions field or is doing duplicate SQL queries the only way?
    Any help would be appreciated.

    Rather than running your query 4 times (by embedding it in your condition), you can have a region that is not displayed, with a hidden item, and set the value of the item in a before header computation to the count of your query. Now you can conditionally display based upon the value of that item.
    -- Sharon

  • Conditionally displaying a portlet based on parameter?

    Hi, I've been looking for a way to show or hide on a page a portlet (the standard Oracle search one, but it could be anything else) depending on whether a parameter is set to 0 or 1. So far the only "solution" I've found is to instead have two copies of the page, one with and one without the portlet in question, but obviously this scales very badly and is a bad idea from a maintenance POV.
    Is there a clean way to do something like this?
    Thanks,
    Cedric

    Yes, You can do it .. but it is little tricky. We have done something like this.
    First, you may know that all portlets are rendered by PPE , so we can not pass parameters to PPE to display particular portlets based on parameter.
    Instead, with in that Portlet, If the parameter is "N" then don't display any HTML from that portlet. Hope you know How to Pass page parameters to Portlets.
    Other way to implement this is by Portal Groups and granting access to those portlets,
    Still , if you are not convinced you can have a look at Portlet SecurityManager Class..
    Thanks
    Shan

  • Displaying query in a PDA - Drill down

    Hello:
        Im seeing the query in my PDA, but when I try to drill down a characteristic it doesn't work. I did the same thing in the web explorer of my laptop and it works fine. What is the problem?
    Thanks
    Mario

    Hi,
    Some problem with the PDA functionality I guess. Not too sure cause never heard of any such problem.
    Pradip.

  • How to display column headings only once in each page with repeated blocks

    Hi,
    I have a report with 1 block on one column. The block has a table in it and will repeat in one page.
    I need to display the column headers only in the beginning of each page. Can someone share your experience in implementing this ?
    Thanks for your help.

    >
    andyhchsu wrote:
    > Hi,
    > I mean in each block within section, I only need to display the table header once in each page.
    > However if I check table header, it will display repeatedly. Any way to get around this ? Thx.
    The trick I use to do that is turn off all the headers on the block (table and break) and put the header information in its own block above the section and set the new header block to repeat on each page.  You just have to remember to resize the columns in the header block if you make changes to the column sizes in your data block.

  • Conditional display in textbox based on calculated value

    Hello,
    I have radio buttons that each have a numeric value. For example A=1 B=2 C=0. In the example below, the total equals 5.
    The sum is displayed at the bottom of the document and is passed to another text box:
    Instead of "5" being displayed in the text box on the right, it needs to display a word "Mastery" like this:
    The word displayed is based on the totals via this range:
    1 to 2 = "Acquiring"
    3 to 4 = "Practicing"
    5 to 6 = "Mastery"
    The script I used to pass the value from the left to the right text box in the graphic above is:
    // name for the text box field;
    var cTextBox = "Firm-Wide Talent Strategy Knowledge - Totals";
    // get the value of the field with the name in cTextBox;
    var sTextBox = this.getField(cTextBox).value;
    // set the value of this field;
    event.value = sTextBox;
    What would I need to add to this script to display one of the words, such as "Mastery" above?
    I'm a complete neophyte to scripting. I found the script above online and somehow got it to work.
    Thank you all very much for any help or pointers you can provide.
    Best Regards,
    Chris

    Hi try67,
    Thank you so much for your help. Your code has brought me one step closer, I would never have gotten even this far without it!
    Initially, it was giving me and error, so I added a ")" and now it does display "Mastery", but I cannot get it to display the other two ("Acquiring" and "Practicing"), it just displays a blank space but does not give me an error.  I tried to fix it on my own by searching for some help, so I found and started playing around with jsbeautifier.org and JSLint. However, since I really don't know much about coding or syntax I hope these were not harmful. So now the code looks like this:
    // name for the text box field;
    var cTextBox = "Firm-Wide Talent Strategy Knowledge - Totals";
    // get the value of the field with the name in cTextBox;
    var sTextBox = +this.getField(cTextBox).value;
    if (sTextBox >= 1 && sTextBox <= 2) {
        event.value = "Acquiring";
    if (sTextBox >= 3 && sTextBox <= 4) {
        event.value = "Practicing";
    if (sTextBox >= 5 && sTextBox <= 6) {
        event.value = "Mastery";
    } else {
        event.value = "";
    Do you know what I might be missing that prevents "Acquiring" and "Practicing" from displaying? 
    Thank you so much again for your help,
    Chris

  • Conditional Display Of Headings on Grouped Report

    I have a grouped report in 2 seperate tables. I want to print the values of 'H1' and 'H2' (which are my headings for 'Group:' and 'Name:') only 1 time per page. The grouped data needs to print on every occurance. How do I do that?
    Group: 1 Name: Bob
    ___001
    ___002
    ______2______Tom
    G
    H1 GROUP_FIELD H2 NAME
    F SECTION PERIOD E
    E
    G= <xsl:for-each-group select="DOCUMENT/REGION/ROWSET2/ROWSET2_ROW" group-adjacent="GROUP_FIELD">

    try this
    you can say it as display it as header of the table & repeat on top of every page in table row properties.
    And the H1 and H2 is in the loop, so it would ideally repeat for all the instances of row.
    May be we can limit for only one time, and not as one time on every page.
    in that too, you have value which is changing next to the H1 and H2.
    so it is adding little more confusion to your requirement.
    alternatively send me the xml and template and existing sample output.

  • Conditional display of parameter based on another in a concurrent program

    I've a concurrent program with two parameters
    (PARAM1) STATUS ->
    Value set = NN_STATUS BASED ON TABLE NN_STATUS_LKP
    DEFAULT VALUE :SELECT LOOKUP_CODE FROM NN_STATUS_LKP WHERE LOOKUP_CODE IN ('REQUIRED','REJECTED')
    (PARAM2) NOTE -> Valueset 240 Characters
    I want second parameter to be displayed only if first parameter value is REQUIRED
    I searched this forum and I tried $FLEX$ with no luck?
    Thanks,
    Kiran

    Hi Sandeep,
    In my scenario,
    first parameter is based on Table But second parameter is based on standard value set i.e 100 characters . No table is involved.How to make second parameter depend on first?
    Thanks,
    Kiran

  • How to reset drill-down column-chart based on map-chart?

    Hi guys,
    I'm facing pritty common issue while designing one of my dashboards.  Let me describe a little bit  more:
    1. I have some data extracted from BW using Query as WebService into my Xcelsius spreadsheet.
    2. I have map-chart - regions for some country.
    3. I have a drill-down column-chart, which displays data for a selected region.
    At the beginning column-chart displays results for entire country (which, in fact, is not exactly drill-down). The issue I'm fasing is, that in case I select any region and the data is drilled-down into my column-chart, I have no option to show data for the entire county in the column-chart anymore (the only one way is to restart the report).
    Are there any possible way to do this, or am I doing a design error while displaying data, which is not drilled-down, into a chart which is intended to display drill-down data only?
    Any help would be highly appreciated.
    Thanks in advance.
    Ivaylo Mutafchiev
    Varna Business Services
    Project Manager BOBJ

    Ivaylo Mutafchiev,
    I understand your problem now. So your column chart data which is coming from the QAAWS query should be having a prompt which is bound to some cell in excel. and your map might be passing the values for prompt isn't it? in your case the map might be passing a region.
    All you need to do is put the prompt in the web service for region as a optional prompt. Now pull in a check box or a Push button(name it as reset or something.). while binding the data to the check box or push button (source data) bind it to a blank cell. when user clicks on it , it passes a blank vlaue to the region(this is ur input for region) which will inturn makes the prompt optional for the region web service. which should pull all the data for all the region.
    The whole idea lies in somehow passing a blank cell to your  web service whose region prompt is optional.
    Thanks,
    Karthik

  • Conditionally display button based on number of rows in rpt query results?

    I know that I can conditionally display a button based on the number of rows returned in a query entered in the condition. However, I have a report region button that I only want to display if any data was returned by a report query. Since I've already executed the query to generate the report, I do not want to execute it again to determine whether any rows were returned. Is there any way to detect whether any rows were returned for a report other than to reissue the query?

    http://htmldb.oracle.com/pls/otn/f?p=24317:52
    OK, so it looks like it contains the rowcount of the report region rendered just before the variable (apex_application.g_flow_total_row_count) is referenced.
    Sort of like how SQL%ROWCOUNT contains the no. of records affected by the last SQL DML statement.
    Note that the pagination scheme affects the result. In the example above, the 2nd report region is showing 10 rows with a 'Rows X to Y' pagination scheme. So g_flow_total_row_count=11 because I guess the reporting engine has to fetch the 11th row (and discard it) to determine whether to render the 'Next' pagination link.
    If you select a pagination scheme that forces the reporting engine to fetch all the rows 'Rows X to Y of Z', g_flow_total_row_count will always be Z, not the number of rows actually rendered on the screen.
    Thanks

  • Drill Down Report issues in VS 2010, CR viewer 12

    We are using VS 2010, Crystal Reports 12 with Crystal Viewer 12 control called from a C# programmed page frame.  Several Drill Down reports are developed with CR 12 service pack 1 and then deployed onto the server. 
    These Drill Down reports work great within the viewer.  But Two critical issues have been discovered,
    1.     With the drop down report, the next /last page buttons work on the main page, but it doesnu2019t work on any of the drill drop sections.
    2.     The print / export functions work on the main page.  Using the print / export functions from the Drilled down pages reverts back to the main page, not the drill down page that is being viewed.
    Has anyone else seen these issues and know of a fix.  Wondering if it might be something in the viewer settings within the .net or the version of viewer ?
    I have viewed the CR .Net API Reference but probably due to lack of .net knowledge, seems overwhelming  to me.
    Thanks

    Hello,
    Hope you can use this code to export report in pdf with the drill down options/nodes.
    CrystalDecisions.CrystalReports.Engine.ReportDocument rd = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
       /// Calling a sample report named Employee Sales.rpt with parameter
       rd.Load(Application.StartupPath + \\..\\..\\Employee Sales.rpt);
       rd.SetParameterValue("Login Name","Robert King");
       ISCDReportClientDocument rcd = rd.ReportClientDocument;
       ISCRPDFExportFormatOptions exportFormat = new PDFExportFormatOptionsClass();
       exportFormat.CreateBookmarksFromGroupTree = true;
       //Create an array of bytes of the report.
       PrintOutputController rasPrintOutputController;
       rasPrintOutputController = rcd.PrintOutputController;
       // Define the export format as PDF, and apply the PDF export options
       CrystalDecisions.ReportAppServer.ReportDefModel.ExportOptions expOpts = new CrystalDecisions.ReportAppServer.ReportDefModel.ExportOptionsClass();
       expOpts.ExportFormatType = CrReportExportFormatEnum.crReportExportFormatPDF;
       expOpts.FormatOptions = exportFormat;
       // Use the PrintOutputController class to export the report based on the defined export options.
       ByteArray tempByteArray = rcd.PrintOutputController.ExportEx(expOpts);
       Byte[] byteStreamOutput = tempByteArray.ByteArray;
       // Create a new file(MyExportedReport) with the specified path, name, and file extension.
       FileStream fs = new FileStream("C:\\Windows\\Temp\\MyExportedReport.pdf", FileMode.Create, FileAccess.ReadWrite);
       // Stream the bytes from the exported report to the newly created file and close the file stream.
       int maxSize = byteStreamOutput.Length;
       fs.Write(byteStreamOutput, 0, maxSize);
       fs.Close();
       MessageBox.Show("Export is done in C:\\Windows\\Temp location");
    Thanks.

  • Drill down report problem

    Hello all,
    I am working on Drildown Reports.
    The report is working perfectly and it is displaying the output correctly.
    I am able to see my Report output in Grid display.
    The problem is I have some Z fields in my report.
    When i am displaying with Charactersic Display-->Key and Name
    For the standard fields i am able to see the value and its description but i am not able to see the description for the Z fields.
    What would be the problem.
    This fields has the checktabe with the Text.
    Please help me.
    Thanks,

    Hello Sivakumar,
    Once again Thanks,
    I have  seen the condtion types in the system.
    What i need to check with this to the drill down replort.
    What is the problem the text description is not displayed in the screen of drill down report??

Maybe you are looking for

  • How NOT to embed attachments?

    I am trying to ATTACH a pdf file to an outgoing email, but no matter what I do it appears inline instead of being a clickable attached file. What's the secret to NOT embedding your attachments within email? I can't find anything under Preferences. TI

  • C:\windows\system32\wbem\wbemprox.dll

    c:\windows\system32\wbem\wbemprox.dll "Is either not designed to run on Windows or contains an error."   I keep getting this message when I try to install SQL server 2012. It's the only thing that sales out of all the tests what can I do to fix this.

  • Smart Collection: How to select files with unassigned/unknown/null metadata?

    Is there an easy way to set up a Smart Collection to show all files with unassigned/null data in a specific metadata field? Example: Smart Collection to show all files where IPTC "City" is unassigned (null/ blank) I currently have a mickey mouse way

  • Why is my Adobe Photoshop Elements 10 not in English???

    I just purchased the Adobe photoshop elements 10 from the Mac App store and without even changing the settings or anything, it just launched in polish or german or idont know what language....I have no idea what to do...PLEASE HELPPPPPP

  • Is it possible to export OMF (to ProTools)?

    Is it possible to export OMF (to ProTools)? It is vital for the post of sound to be able to send the edit for further work by professional sounddesigners. I love the idea of FC-X, but if OMF export/import is not possible... Would appreciate any ideas