Assure DQ

 View Only
  • 1.  User Defined Report

    Employee
    Posted 01-17-2021 22:08

    I would like to know how to extend the max length for the User Defined Report. Some of the B&R reports have more columns and it mostly exceeds the max paper size (Data). Is there any way to extend the length or create multiple reports under the same control point? Thanks !



  • 2.  RE: User Defined Report

    Employee
    Posted 01-20-2021 14:07

    Hi Aasif,

    If the team is on v9.3 Assure ( latest release at the time of this response ) and is fully up to date with the latest patches, there is an enhancement that allows all field lengths to be set to one character.

    In addition to this, the data page layout may be customized to have more characters. There is a property file ( reporting.properties ) which the following property may be added to :

    CUSTOM_PAGESIZE_WIDTH=

    This value is in pixels, not characters. When tested with a value of 10000 the UI shows 1988 characters ( so ~5 pixels per character, though mileage may vary depending on font data ).

    If this override is implemented, please note an application restart will be required. As a point of reference, the following article details setting "overrides" within the product :

    Customizing Product Settings with Overrides

    Lastly, again assuming the team is on v9.3 Assure, there is a control point manage export data rule with the ability to produce a CSV file as opposed to writing to the database. This is an easy way to make a CSV of ALL the fields for the instances processed by the control point.

    Matthew Kennedy



  • 3.  RE: User Defined Report

    Employee
    Posted 01-23-2021 16:15

    Hi Matthew,

    Thank you ! Yes. We are on 9.3 Assure. I will try over ride the property file and check.