Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
what is Inline Wizard? and how can i use it.....
how can i add month by using Inline Wizard?
please advise,thanks
Inline wizard is faster because when you want create data with LOAD INLINE statement, It allows to enter data directly as a spreadsheet
Take a look here:
Hi Khan,
i hope you are asking about Inline Data Wizard,
QV desktop-->Script(Ctrl+E)-->Insert-->Load statement-->Load InLine
when ever we want to add data temporarily into Qlikview (or)
A table created in Qlikview without any source data then we will choose this Inline data Wizard.
Here First we need to create (columns--F1, F2, F3) then after we will create data (Rows).
after you specified the data in this wizard it will create like below
Ex:-
Load * Inline [
F1,F2
1,a
2,b
3,c
];
this attached doc will explain all types of loading QV in detail.