I notice Data Exports feature under Manage > Reports, but nothing mentioned on the forum about it. What does this do? Can I use it to create CSV exports? Any info much appreciated. Thanks
EDIT: Ok I notice it exports the report to a txt file. If for example I use the {REPORT INVENTORY}
tag I am getting output like this:
>Local Warehouse||
Svedka|4,900|ML
Absolute|4,280|ML
Belvedere|455|ML
Taking same format from the inventory report with the table header
[Inventory Report:1,1, 1]
{REPORT INVENTORY}
I get this:
Local Ware
Svedka 4,900 ML
Absolute 4,280 ML
Belvedere 455 ML
How do I reformat this so I get results like this:
Product,Quantity,Unit
Svedka,4900,ML
Absolute,4280,ML
Belvedere,455,ML
Then I guess I can just save as a .csv and I have a way of getting data out in CSV format.
(Iâm just using above as an example to try to learn / understand how this feature works)