Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folks,
I want create qvds on dialy basis like once data gets refreshed then automatically i have to create qvd and i need to maintain separate qvd for every updated day records? how ?what is the way?
You can see the example in the below link
you can try
let vname1='NAME'&'_'&year(ReloadTime())&'AA'&num(Month(ReloadTime()))&'MM'&day(ReloadTime())&'.qvd'
then after:
STORE 'Table' $(vname1) (qvd);