Visual CUT 11 can now delegate exporting/bursting to DataLink Viewer 2011 in order to support Crystal 2008/2011/2013 features: a) mixed portrait & landscape sections, b) Dissociate Formatting Page Size and Printer Paper Size, c) Auto-Arrange option for chart layouts, d) 'New Page After N Visible Groups', e) Calculated CrossTab members, and f) embedded Flash objects. See 'Delegating Exporting/Bursting to DataLink Viewer 2011' and this demo image. |
Added XLS_Range_Insert_File command line argument to insert Excel (Data Only) exports into pre-formatted excel templates. This allows inserting larger data sets (compared to XLS_Range_Insert, which uses values in Crystal formulas). It also supports appending data and cloning template formulas, conditional formats, and sparklines. See 'Inserting File Exports into Excel Templates.' See demo image.
|
Added After_Success_HTTP command line argument. This allows triggering calls to web services such as sending SMS to mobile phones. See 'Call a Web Service after Success (After_Success_HTTP)' and 'Sending SMS Messages'.
|
XLS_Save_As can now convert pivot table to HTML. This allows embedding Pivot Tables (generated via XLS_Pivot_Table) inside auto-refreshing web dashboards and inside email message bodies. See 'Embedding Pivot Tables in Email Message Body' and this demo image. |
Parameter fields are now listed in the fields/formulas area for dragging into processing options. For example, if the first parameter in the main report is called {?Year} it would be listed as {?01?Year}. The 01 indicates the position of the parameter in the list of parameters. This avoids the need to create formulas for referencing parameter values in processing options. It also makes it easy to know what parameter is referenced by command line arguments such as "Parm1:…". See demo image. |
Added PDF_Export_Options command line argument and a global option to use MS Word as the pdf export engine to overcome font problems and support PDF/A output. The global behavior is set via the Options dialog (see demo image). An ellipsis button to the right of the PDF export format choice launches a PDF Export Options window (see demo image) allowing you to see the global setting and generate a command line argument to override it for a specific report. See 'Export to PDF via MS WORD'. |
Visual CUT now checks email addresses for valid structure before interactive start of processing. The validation process takes into account the dynamic values that would be populated into email addresses during actual processing and bursting (field/formula references, file references to text distribution lists, ODBC queries for email distribution lists). Detected problems are presented to the user with an option to continue or abort processing. This is particularly useful when bursting emails to many recipients because it allows users to catch problems before the process runs. The Options dialog provides a checkbox allowing users to turn off this option.
|
Added Before_Report_Run_SQL command line argument to update a database before Visual CUT runs the report (but just after any Email Capture processes).
|
Added options to set date parameters to the first Day of Week before/after a date constant. For example, the first Monday of the previous month. See 'Adjusting Data Constants for Day of Week.'
|
Added Word_Print_WaterMark command line argument, allowing printing of exported Word files with dynamic watermarks for each printed copy (e.g. "Copy 1 of 4"). See demo image.
|
If the report uses an ODBC DSN (including cases where that DSN was specified via a command line argument or via the DSN choice user interface), an {[ODBC_DSN:]} object is added to the fields/formulas area for dragging into processing options. This allows emails and other processing options to reflect the actual data source name used by the report. See demo image. |
The Search & Replace dialog for report paths is now expanded to allow targeting of five other categories of saved settings. See 'Changing Login, Report Paths & Other Settings without Previewing' and this demo image. This is useful when you need to globally change saved settings for emails, export files, attachments, arguments, or parameters. You may block some or all of these categories (see 'Disabling Find & Replace Categories').
|
Temp files (~*.tmp, *}.rpt) older than 7 days are now deleted upon exiting Visual CUT.
|
Added TXT_Split_Tags command line argument allowing fast splitting of a single text file into multiple files based on tags embedded within the text file.
|