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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
jp_golay
Partner - Creator III
Partner - Creator III

AddField Problem

I have a simple function that add 2 columns to a TableBox in QlikView 10 64 bits

sub AddCol
set tb = ActiveDocument.ActiveSheet().CreateTableBox
tb.AddField "EmployeeID"
tb.AddField "BirthDate"
end sub

The 1st column is ok the second raise an error and I get the TableBox Grayed with a cross in the middle

Any idea ? Qv10 bug?

Qlik Enthusiast
Labels (1)
2 Replies
s_uhlig
Partner - Creator
Partner - Creator

Hi,

I'm facing the same problem on QV10 64 b8815.6 and have no workaround.

+1 for a fix in SR2

jp_golay
Partner - Creator III
Partner - Creator III
Author

Seem to work in QV 11

Qlik Enthusiast