Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a scenario where i should not do any hardcoding ,so my lead told me to make inline as an excel file and store it as a qvd.
Wondering is that a good practice or any suggestions pls.
Regards,
Sharma.
If you need to do .... Yes and all data can be saved as qvd ...
Yes you can try with
Country:
Load * inline
[
Country
India
America
China
];
Store Country into Country.qvd; //And store it as the QVD
But i am not understand means of inline as an excel
Regards,
Anand
Hi,
First you need to create a inline table like this
Table:
Load * inline[
FieldName
Value1
Value2
Value3
];
Store Table into Table.qvd(qvd);
Hi,
may be like this.
Have a look at attached application
Regards
ASHFAQ
Thanks Asfaq,
That is what i wanted. And also if some one wants to add anything in furute , they can still add the records in inline excel and we can load it as qvd right??
Regard,
Sharma
Yes,
You are right.
Regards
ASHFAQ