Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to download data from qvf file to excel,
but I don't know how. I can see it in the data model viewer preview,
but I cannot download it. Help me...
Hi @reubwe
If you have the QVF you can just add a statement at the end of the script
STORE <TABLE> INTO table.cvs (txt);
if you don't have access to the QVF or can't reload because you don't have access to the data source , you can create a new sheet and a new object Straight Table with all the necessary fields and you should be able to export with right click (Download as\data). Export to excel are native unless your admin has restricted export functionality from what you will need to contact your Admin to get that privilege.
Kind Regards.
Hi @reubwe
If you have the QVF you can just add a statement at the end of the script
STORE <TABLE> INTO table.cvs (txt);
if you don't have access to the QVF or can't reload because you don't have access to the data source , you can create a new sheet and a new object Straight Table with all the necessary fields and you should be able to export with right click (Download as\data). Export to excel are native unless your admin has restricted export functionality from what you will need to contact your Admin to get that privilege.
Kind Regards.