Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can we store 2 or many tables in a QVD file,
For example:
store $(CurrentFileName) into $(Outputpath)$(CurrentFileName).qvd ;
or for multi
Can we use comma seprater for multi files
store $(CurrentFileName), XHB into $(Outputpath)$(CurrentFileName).qvd ;
No, it doesn't work this way. You have to create multiple QVD files, one for each logical table. Another way is to join your mutiple logical tables into one in QV, and store as one in QVD.
No, it doesn't work this way. You have to create multiple QVD files, one for each logical table. Another way is to join your mutiple logical tables into one in QV, and store as one in QVD.