Formatting drilldown report

  • Hello,

    I have developed a drilldown report. For example, the fields are Country, State and Sales.

    The report displays Country and Sales. There is an option to drill down country to see sales of each state.

    Before drilldown,

    Country StateSales

    USA$2000.00

    After drilldown,

    Country StateSales

    USA$2000.00

    New York $1000.00

    Texas$1000.00

    I have two questions,

    1.Can I change the style of Sales to bold when I drilldown the country? Like

    Country StateSales

    USA $2000.00

    New York $1000.00

    Texas$1000.00

    2.Can we suppress the State column when we initially look at the report i.e. before drilldown? Like

    CountrySales

    USA$2000.00

  • I am not sure about the first option. But we can definitely toggle the visibility of a column as we are doing it for the rows to achieve the drill-down feature. You can set the hidden property of the required column as true and toggle it with the corresponding textbox which provides you the drill-down option. Hope this helps :-).

    Regards,
    Pravasis

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply