Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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 ?
New file does the same.
It should create a log file. But the script doesnt finish.
The debugger just says "Script error".
Client Version 12.0.20200.0
Can you share this qvw? I would want to give it a shot at running this
Wierd. What does our Performance tab from task manager shows when you run this ?
You mean the inline table wizard?
have you recently upgraded QV ? could be a problem with the version
Hi Koen,
Please check the answer at the end op thread:
https://community.qlik.com/message/1134171#1134171
Regards
Gino Scheppers