Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Garbage value from QVD

Hi ,

I am pulling data from oracle database and then storing it in a qvd .

but when i try to pull the data from qvd and display it in a table box on frontend it gives us garbage value.

The data in QVd is simple select sttement based on grouping.

Thanks

Medha

6 Replies
er_mohit
Master II
Master II

when you  reload  the files then expression seems like ok or not?

Not applicable
Author

What is the syntax do u used to store the data to qvd?

Is qvd has data or not?

How much rows load from that qvd while loading the application?

Not applicable
Author

 

 

load * from [path\mtd.qvd]; to load the data from qvd

lines loaded are 300-400

data is loaded to the QVD but its is Garbage value

store MTDcodes into [pathl\qvd\mtd.qvd].(qvd);

er_mohit
Master II
Master II

try to use load through inline function for doing this data must be shown if it data show then something problem occured in loading otherwise there's mistake while store in qvd.

load * inline[

];

hope it will helps you

Not applicable
Author

Thanks , the problem is resolved now

er_mohit
Master II
Master II

if it might be hlopful for you then mark it as either helpful or correct answer.for doing this it wouldmight be helpful for lot of developers.