Tech Articles


Dynamic Runtime DataWindow Group Creation


Here’s a DataWindow tip…and a half.

Unless you want to dynamically build a DataWindow object from scratch at runtime (it’s do-able…but quite involved), there’s no direct way to create a group for a DataWindow object in an ad hoc manner. Here’s a workaround.

First, insert a computed field in an extant DataWindow object and give it an expression that’s an empty string. For the sake of this tip the computed field’s name will be “dynamicgroup”.

image

 

 

 

 

 

 

 

 

Then create a group based on this computed field.

Image

 

 

 

 

 

 

 

 

 

 

image

 

 

 

 

 

 

 

Format the DataWindow object according to your needs and save.

Now at runtime, modify the computed field’s expression to have the value of the column name by which you wish to group the result set.

dw_employees.setredraw( FALSE )

dw_employees.Modify(“dynamicgroup.Expression='” + as_coltogroup + “‘” )

dw_employees.setsort( as_coltogroup + ” A”)

dw_employees.sort( )

dw_employees.groupcalc( )

dw_employees.setredraw( TRUE )

After calling SetSort() and Sort() to sort by the column on which you’re grouping, don’t forget to call GroupCalc() to recalculate the breaks in the groupings.

Certainly this technique may be adapted to implement more than one grouping level. For those of you who maintain and enhance frameworks, the sample code fragment can certainly be made more generic as far as the reference to the DataWindow control and to the name of the computed field(s).

OK, here’s the half (.5) tip.

You’ve defaulted the value of the computed field’s expression to an empty string. This will work fine for grouping on columns of type string. However, for columns of other data types, you’ll need to invoke the DataWindow expression function String() to convert the non-string columns’ values to strings in order for the runtime modification to have the desired effect. Here’s how the accommodation appears in the sample code from earlier in this tip…

dw_employees.Modify(“dynamicgroup.Expression=’String(” + as_coltogroup + “)'” )

Comments (0)
There are no comments posted here yet

Find Articles by Tag

PowerBuilder Compiler Export XML TLS/SSL UI Themes SnapDevelop Database Table Data SqlModelMapper RibbonBar Trial Encoding Bug Error Variable DataWindow Data Charts SDK SnapObjects PFC TreeView OAuth RESTClient Syntax C# File Resize Expression Configuration PBDOM Linux OS License Text DLL REST Database Painter TortoiseGit ODBC Class DataType IDE SVN Messagging Outlook Database Table Schema TFS PowerScript (PS) Import Source Control Android Excel Interface HTTPClient DataWindow JSON Database BLOB .NET Std Framework Model Export JSON Validation Repository Source Code DevOps WinAPI Database Table Filter API Transaction RibbonBar Builder Stored Procedure SQL SQL Server Open Source 64-bit CI/CD SOAP OrcaScript External Functions iOS Automated Testing UI Mobile ActiveX Database Connection Jenkins Web Service Proxy NativePDF Application PowerBuilder (Appeon) Testing RichTextEdit Control WebBrowser Authentication JSONGenerator 32-bit Database Object Graph Script Azure SqlExecutor .NET Assembly Deployment Web API .NET DataStore PowerServer Web PostgreSQL OLE Sort DragDrop Event Database Profile CrypterObject JSON Event Handling COM CoderObject Encryption Debugging Event Handler Git Platform Branch & Merge PowerBuilder Elevate Conference Window Windows OS Debugger OAuth 2.0 MessageBox GhostScript Debug Oracle PDFlib JSONParser PostgreSQL ODBC driver InfoMaker Design Menu PDF Import JSON Service Windows 10 Icons Authorization Array PowerServer Mobile UI Modernization Migration Installation Icon Performance