myDBR 4.0 - "Get organized"

(7 posts) (4 voices)

Tags:

  1. myDBR Team, Key Master

    myDBR Team is happy to announce the the availability of myDBR 4.0 release.

    myDBR 4.0 is a major release containing both new features and fixes. The release is recommended for all users.

    Please note that myDBR 4.0 requires ionCube loader >= 4.0. Check your ionCube loader version from here.

    myDBR 4.0 also defaults to more secure hashed passwords when myDBR authentication is used. Old passwords will be converted to hashed versions when use's password is changed. No actions needed for this.

    New features:

    • Scrollable table functionality
    • Running total functionality
    • Organization chart -extension
    • HERE Maps -extension
    • Hashed password support (turned on by default)
    • Ability to show main view (public reports) without login or autologin
    • Ability to automate myDBR update process via scripting
    • Ability to automate Active Directory sync via scripting
    • Ability to set the user sort order to be remembered
    • Report parameter suffixes
    • Report parameters can be paired
    • Title-separators can be added to report parameters
    • New parameter query options
    • Native date/datetime/time-picker on touch devices supporting HTML5 date/datetime-local/time
    • Added import options
    • csv.enclose_always -option added
    • Support for non-editable visible parameters (s-parameter)
    • Ability to set active tab
    • MSLineDY chart added
    • gantt.baseline chart option can now be set for single stage
    • Multiple account suffix support for Active Directory
    • Ability to set browser autocomplete off in login
    • Ability to skip attaching linked report to a cell/row by adding 'no_link'-class
    • Accordion multiopen support
    • Ability to add constants to linked report calls
    • Ability for admin to impersonate other users
    • Greek localization by Goumas Lefteris
    • SQL-export option added with &export=sql (allowed by default for admin)
    • Added new settings to Environment settings for charts and page title

    New commands:

    • dbr.running_total
    • dbr.scrollable
    • dbr.footer.colstyle
    • dbr.import.options
    • dbr.import.options
    • dbr.sort.remember
    • Chart option: gantt.single_label
    • Chart option: trendline-chart
    • Export option: xml.declaration

    Misc improvements / fixes:

    • Improved date/datetime/time-picker on touch devices not supporting HTML5 date/datetime-local/time
    • Mobile support for dbr.refresh counter pause
    • Autosubmit editable select
    • Parameter help shows also in report
    • Excel export improvements
    • Usability improvements for touch devices
    • Google maps support for popups embedded elements
    • Improved error messages for SQL Server
    • Mailed reports show correctly also with Outlook 2007-2013's MS Word HTML parser
    • Ability to show new version update info only to the admins
    • Support for HiDPI displays
    • Pie label dispay changes to support smaller pie slices
    • Time integer XLS export format
    • Longer Help/JavaScript in report parameters
    • Improved debugging info about erroneous Active Directory configuration
    • Changed to jQuery UI datepicker
    • Support type=date in sqlsrv
    • Commenting in SQL Editor
    • Internet Explorer 11 support
    • Unique id for Flash chart when using a Windows server
    • Parameter initialization in connected parameter's popup's when more complex connections are made
    • Allow - and ~ signs in front of chart axis labels
    • Tab initialization in ajax tabs

    As always, you can update to new version using the myDBR's automatic updater.

    Happy reporting,
    --
    myDBR Team

  2. markoman, Member

    Dear myDBR,

    Could you please tell what was done in "Excel export improvements"? Does it involve faster and less memory eating export?

    Thanks

  3. myDBR Team, Key Master

    Excel improvements contain multiple smaller things:

    • Cleaner formatting
    • Improvements how HTML encoded content is handled
    • UTF-8 special character handling
    • Time formatting
    • HTML- link handling

    While the upderlying libary has been updated, memory and speed requirements stay the same. If you export larger datasets, you are better off using unformatted CSV export.

    --
    myDBR Team

  4. shhedrick, Member

    Support for non-editable visible parameters (s-parameter)

    I've looked in the documentation but I haven't been able to find this. Perhaps I missed it. But how do I use this feature?

    Thanks.

  5. myDBR Team, Key Master

    Hi,
    you can use following format:

    parameter_name*=ColumnReference/ParameterReference

    select 'dbr.report', 'sp_DBR_myreport', 'in_visible*=col';
    
    select col
    from mutable;

    http://mydbr.com/doc/?cmd.linked.html

    --
    myDBR Team

  6. chehuamo, Member

    Could you talk more about the new feature of Accordion multiopen. What it means and how to use it? I checked the manual but can not find anything related this feature.

    Thanks.

  7. myDBR Team, Key Master

    Hi,
    by default, accordion works in a way that there is always one and only one section open.

    If you add option 'multiopen:true' to the first accordion section, you can have multiple (or none) sections open at the same time. You can also start the accordion all sections closed with option 'active:false'.

    An example:

    select 'dbr.accordion', 'First section','active:false,multiopen:true';
    select 'dbr.text', "Content of first section", 'comment';
    select 'dbr.accordion', 'Second section';
    select 'dbr.text', "Content of second section", 'comment';
    select 'dbr.accordion.close';

    --
    myDBR Team


Reply

You must log in to post.