
Export Group/Count data to text file
Export Group/Count data to text file
Hi All,
Can I export the Group and Count data to a text file? The following script gives me the error in the attached file. I'm not sure how the script for the required TableView Name (see attached) should appear.
for Applications ;
list records
Key in groups ;
Key : Count .
export to "C:\Users\RainsJC\Desktop\Audits\Keys.txt" .
.form header
.items
@f[1,1]`@f[1,2]
Your help would be greatly appreciated.
Thank You
Joseph
Re:Export Group/Count data to text file
Does the DQL have " .end " in the last line?
Re:Re:Export Group/Count data to text file
Yes,
Below is the script I have tried. Thank you for responding.
for Applications ;
list records
Key in groups ;
Key : Count .
export to "C:\Users\RainsJC\Desktop\Audits\Keys.txt" .
.form header
.items
@f[1,1]`@f[1,2]
.end