Version 12
What would you like to see in version 12?
-
Extend the XPath Wizard to support functions
You recommend that we always use the XPath Wizard to create tags, but as soon as we want to use anything other than the most simple XPath expression, we have no choice but to write it by hand.
Extending the XPath wizard to support standard XPath functions (e.g. count, addition, etc) would allow us to always use it to construct our tags.
In our conversation with Ryan yesterday he recommended that we always use the XPath Wizard for creating tags. Is there any plan to extend the wizard to support XPath functions, e.g. count, addition, etc? As it stands, there… more
10 votes -
Create functionality in Java Engine to skim document template variables/nodes
As per Request #12304, only AutoTag is able to skim the variable paths from the document template. Java Engine does not have a method/functionality to retrieve all the variable paths ('Data/books/authorName'). WIll you be able to cater this request in the Java Engine? Thanks!
9 votes -
Carry document protection across from template into generated report
When generating a WordML report from a WordML template, we'd like to restrict the editing of the generated report.
We'd like to set up document protection in the template and have those settings carry over into the report.
7 votes -
6 votes
-
Ability to schedule a report to be run multiple times pulling in parameters from a select statement
Alot of potential customers ask if they can run a template multiple times using the result of a select to plug in parameters into a template. One example is mail merge. Currently the only way to accomplish this is in the engine, but alot of people that do not have development teams or no programming experience will not want to do this. This should be integrated into autotag, maybe call it autotag ultra? or it could be a seperate add-on to autotag.
6 votes -
create a wr slide break tag for powerpoint
The idea is so that you can 'manually' tell windward when you are in a loop on on a powerpoint slide to 'jump to'/start another slide - kinda like a dynamic powerpoint equivalent of word's next page break
6 votes -
Allow XML data source to be searchable
We want non-technical business users to be able to author simple letter templates using an XML data source. Currently, the template author has to know the XML structure in order to be able to drill down to select their desired element in either the tag builder or the data bin.
I would like my users to be able to search the XML structure. For example, if they want to include the customer's name in their letter, they could type in 'name', which would filter the XML elements displayed to them. The choice between /order/customer/name and /order/product/name then becomes obvious for… more
6 votes -
create a report comparison tool
This would compare two reports to see if there are any differences in appearance.
Would be useful to those you frequently upgrade the engine and need to make sure that generated reports (that were working fine before the upgrade) still appear as expected.
4 votes -
To support character spacing.Now Windward ignore the spacing between characters added for formatting
4 votes -
AutoTag not to process an Excel spreadsheet
Add the possibility in Excel to tell AutoTag not to process a spreadsheet when generating a report as an Excel file.
It would be useful to create a PivotTable in a spreadsheet in the template file and then have it in the generated Excel report.
4 votes -
Renaming tag's variable updates all its references
When a tag's variable is renamed (the var attribute) automatically rename all references to that variable in other tags, if any.
4 votes -
Design in Visio
We presently support design in Word, Excel, & PowerPoint. Extend this to support Visio for design and output.
4 votes -
Increase Tool-Tip Timeout
All the AutoTag dialogs (options, tag-editor, SQL wizard) have tool-tips which are very useful during the learning process.
However some of the longer tips are simply not displayed for long enough - you keep having to mouse-off; mouse-on and then find where you got to last time.
4 votes -
Support names and cross-tab references in Excel
I have Excel spreadsheets with multiple named tabs, and named locations on individual tabs. It would be nice if the rendered AutoTag output still included these tab and location names, and the equations that used them still functioned after rendering in XLSX format.
3 votes -
expand and collapse / icon-ify tag phrases
I often end up with looong tag "phrases", usually if / then sorts. This ends up making my template cosmetically unwieldy to work with (table rows stretching across multiple pages in the template that produce .25" output in the report, etc.) It would be immensely useful from a template design perspective if I could collapse these phrases or somehow "icon-ify" them. I'm thinking something like the POD functionality but instead of getting the raw tags displayed when dragging and dropping into the document, it simply inserts an icon to represent the phrase
3 votes -
Support Word Check Boxes
We have many forms that have check-boxes on the template. The user can check or uncheck these boxes. But Windward currently doesn't support checkboxes. When outputting to PDF, the checkboxes are gone.
I suggest adding checkbox support to Windward. The feature should include output to DOCX, PDF and other formats. In addition, the Out tag should be able to set the state of the checkboxes based on data.
Thanks
3 votes -
Gimme a break!
It would be useful for the forEach loop tag to have some sort of break option. That way I can loop through my values and when I find what I need I can break out and not continue the loop.
For now, as a workaround we can set some sort of flag variable and if we hit the "break" condition set it and then if it's set just avoid doing anything in the loop, but that's kind of crude...
3 votes -
Please support conditional resize of columns and rows...
Based on (content in column) or (value of SQL resultset)
resize the width of column and resize the height of row.Example: Say SQL result set give employee.Name as
"WINDWARD-AUTOTAG" So Column 'A' should resize 17 pixels andIf result set give employee.Name as
"W.W.A.T." So Column 'A' should resize 8 pixels.I have requested same in request (#12875)
3 votes -
extend xpath to be supported in all xml attributes
In out tag width/height does not take xpath - i think that male system less flexible
3 votes -
Extend AutoTag condition to compare separate fields
Currently to compare a field against another field, you have ti enter the second field as a string in the value field.
Then manually remove the '&pos' from either side of the field.
It would be useful to avoid typo and editing to have another condition to enable you to pick a second field from the XPATH in place of the hard code value. We use this to print conditional sections which are based on two fields.3 votes