Hi
Is there a library which allows working with Datawindow syntax directly in more pleasant way than just concatenating strings? I'm wondering develop Currently DW Syntax JSON serializer / deserializer but first I'm looking for already done and tested solution.
Initially what I wanted to do was to change grouping inside a datawindow which is (according to my knowledge) impossible in standard way. So the idea was: Extract the syntax, modify the syntax, create new datawindow from the modified syntax, and then share data between the original and the new datawindow.