Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to add more fields to existing qvd,how can I do that ?
My dash board has few tables , one of the tables using a qvd which refresh every 30 mins, I want to add few fields to table which means I have to update qvd where it brings data from.
Not quite sure what your exact issue is.
There should be a QVW that writes that QVD, the 'creator'. If you can't locate this QVW, the creator should also be stated in the XML part of the QVD (e.g. by opening the QVD in a text editor).
Find the script part that creates and stores the table written to the QVD. Add the fields you want.
Hi
You want to add new columns or data?
Not quite sure what your exact issue is.
There should be a QVW that writes that QVD, the 'creator'. If you can't locate this QVW, the creator should also be stated in the XML part of the QVD (e.g. by opening the QVD in a text editor).
Find the script part that creates and stores the table written to the QVD. Add the fields you want.
you need to find source from where qvd is generating and add few more columns which you want to add there it self.
Vikas
new columns
Follow as Vikas and Stefan Suggested
Find out where it is generating from and add new columns over there
Hi Stefan, .there is a orders dashboard which I think it self a qvw right ??, I have opened script editor in it , in one of the tabs there is load statement like field names from qvd. How to find out the 'creator' ??
Generally there will be one QVW which generates QVD's. Check where is that QVW and add new fields in it
Hi, I have found the , opend qvd in note pad, it says creator file ...and location . I have located the file ,opened it , in script editor now, Bit confused there ..
What is your confusion?