Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top

...

  1. Plan Top Down – determine which report will be your starting point. For example if you wish to deliver a report of sales by region you may want to drill into sales by sales person for a selected region.
  2. Build Bottom Up – once you have determined all the reports that are needed for either drill through or co-display build the required reports from the bottom up. The last report you will write will be the report that you wish to be the entry point.

Note: If you wish to have a drill through report, the child must have at least one user prompt filter, and the same data must exist on the parent report. For example - the filter is based on Last Name, so you must have the Last Name field on your report.

Creating a Drill Through Report

Wiki Markup
{html}<iframe width="700" height="394" src="https://www.youtube.com/embed/MZQkziYlz4Y?color=white" frameborder="0" allowfullscreen></iframe>{html}

 

  1. To create a Drill Through report tick the drill through radio button on the Report Options Analysis menu.
  2. Progress to the Related Reports step of the Report Builder using the navigation buttons at the top of the page. You will now need to search for the child report you wish to add, using the left hand report list panel.
  3. Drag your child report into the appropriate Related Reports area, in this case, the Drill Through box.
  4. You will now need to complete the relationship setup in the right hand panel. Select the type of Drill Through report you wish to use, in this case, Drill Through.
  5. In the Joins section you will have to link fields from the parent report to the child report. For the drill through to function, relevant fields must exist in the parent report that match the data required by the Child report filters.
    A master field contains the value to be passed through to the Child report filter. In a drill through report, it is expected that there must be at least one field from the parent report that provides a filter for the child report.
    If corresponding parent fields do not exist you will have to leave this page, return to the Report Data page and insert a new field onto the report to allow a link to occur.
    The fields that are displayed are those that are required by the child report as USER PROMPT FILTERS. Instead of a user filling out the prompt, Yellowfin will automatically pass these variables through when linking to the new report.
  6. The Options area defines which field on your report will be the hyperlink that links the reports together. Only one field can have a hyperlink for each drill through report, so choose the field that is going to be most intuitive to the user of the report. The linked field may or may not be critical in terms of passing data from one report to another.
  7. Choose if you want the new report to open in a lightbox as a popup or to stay inline and open the new report.
  8. Click the Update button to save your report relationship settings.

...

  1. To create a Drill Through report tick the drill through radio button on the Report Options Analysis menu.
  2. Progress to the Related Reports step of the Report Builder using the navigation buttons at the top of the page. You will now need to search for the child report you wish to add, using the left hand report list panel.
  3. Drag your child report into the appropriate Related Reports area, in this case, the Drill Through box.
  4. You will now need to complete the relationship setup in the right hand panel. Select the type of Drill Through report you wish to use, in this case, Conditional Drill Through.
  5. In the Joins section you will have to link fields from the parent report to the child. For the drill through function, relevant fields must exist in the parent report that match the filters required by the child.
    A master field is a field that will pass through the required data to the child filter. In a drill through report it is expected that there must be at least one field from the parent report that provides a filter for the child.
    If Corresponding Parent Fields do not exist you will have to leave this page, return to the Report Data page and insert a new field onto the report to allow a link to occur.
    The fields that are displayed are those that are required by the child report as USER PROMPT FILTERS. Instead of a user filling out the prompt Yellowfin will automatically pass these variables through when linking to the new report.
    In the Options area, define which field on your report will be the hyperlink that links the reports together. Only one field can have a hyperlink per drill through, so choose the field that is going to be most intuitive for the user of the report. The linked field may or may not be critical in terms of passing data from one report to another.
  6. Choose if you want the new report to open in a lightbox or to stay inline and open the new report.
  7. Set up your condition by selecting a report field and providing an ‘equal to’ value. For example, WHERE Country IS EQUAL TO Australia, will allow you to drill through for fields that have a Country value of ‘Australia.
  8. Click the Update button to save your report relationship settings.

...

Link To reports allow you to link a chart to a much more detailed report, without the need for shared fields/filters. Note: the parent report MUST have a chart

...