Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
cheburashka
Creator III
Creator III

Load Inline does not work.

Hello,

I have a very basic script but it keeps on crashing (QlikView hangs) on the load inline.

No idea why. I assume some of my technical settings are wrong?

The script looks like:

SET ThousandSep='.';

SET DecimalSep=',';

SET MoneyThousandSep='.';

SET MoneyDecimalSep=',';

SET MoneyFormat='€#.##0,00;-€#.##0,00';

SET TimeFormat='hh:mm:ss';

SET DateFormat='DD/MM/YYYY';

SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';

SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';

SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';

SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';

SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';

SET FirstWeekDay=0;

SET BrokenWeeks=0;

SET ReferenceDay=0;

SET FirstMonthOfYear=0;

SET CollationLocale='';

Test:

LOAD * INLINE [

    F1, F2

    df, sdf

    sdf, asdf

];

Exit script

,Thanks for your advice

20 Replies
vishsaggi
Champion III
Champion III

What version is your QV ? 11 or 12. Can you create a completely new file and run Inline and see if its hanging again? It might but just to check ?

cheburashka
Creator III
Creator III
Author

New file does the same.

cheburashka
Creator III
Creator III
Author

It should create a log file. But the script doesnt finish.

The debugger just says "Script error".

cheburashka
Creator III
Creator III
Author

Client Version                     12.0.20200.0

cheburashka
Creator III
Creator III
Author

sunny_talwar

Can you share this qvw? I would want to give it a shot at running this

vishsaggi
Champion III
Champion III

Wierd. What does our Performance tab from task manager shows when you run this ?

vinieme12
Champion III
Champion III

You mean the inline table wizard?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
vinieme12
Champion III
Champion III

have you recently upgraded QV ? could be a problem with the version

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
gino_scheppers
Contributor III
Contributor III

Hi Koen,

Please check the answer at the end op thread:

https://community.qlik.com/message/1134171#1134171

Regards

Gino Scheppers