Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
how do i extract data from the qlikview facts table to analyse?
Cheers,
Laura
Hi Laura,
Create new table box as shown in screen and export into xls file.
Or you can bring all the columns into qlikview pane and analyse. Hope this will help you.
to where do you want to extract the data ?
in the script you can use store function
to save tables to csv
store YOURTABLE into C:\YOURTABLE.csv (txt);
Hi Laura,
Create new table box as shown in screen and export into xls file.
Or you can bring all the columns into qlikview pane and analyse. Hope this will help you.