Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
farolito20
Contributor III
Contributor III

select from qvd using macro

how to do a select from qvd table using macro? (vbscript)

Labels (1)
4 Replies
martin59
Specialist II
Specialist II

I'm sorry but I don't see the final goal.

Martin Favier

martin59
Specialist II
Specialist II

Can you explain what you want to do ?

Martin Favier

farolito20
Contributor III
Contributor III
Author

SUB fnConvTC(TCO1,TCD1,cantBase)

LOAD FC as factConv FROM vConversionTC.qvd (qvd) WHERE TCO=TCO1 AND TCD=TCD1;

LET cantReturnTC = IF (TCO1=TCD1,cantBase,cantBase*factConv);

END SUB

I have this sub, but I can't use it in LOAD statement :s So I need write a function using macro..

farolito20
Contributor III
Contributor III
Author

if you know, please help me!