Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can we export data in qliksense more than 1 million,As in my app has more than 1 million data ,and whenever I tried to export it,it says your dataset was too large and has been trucated.Is there any way so that data can be stored.
to which format and how do you want to export 1 million rows ?
export on excel on the front end ?
When I export ,it is exported in excel .In my app ,there is more than 1 million row ,so what I wanted is that ,1 million data come in sheet 1 in excel rest data will come in sheet 2 of a excel without trucatet
can you try storing data to text file?
store mytable into myfile.txt (txt);
Thanks