Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jp_golay
Partner - Creator II
Partner - Creator II

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?

ebiexperts CTO
With WIP, Control everything!
Qlik Sense, QlikView and NPrinting Source control, Versioning and Deployment, Agile Lifecycle Management
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 II
Partner - Creator II
Author

Seem to work in QV 11

ebiexperts CTO
With WIP, Control everything!
Qlik Sense, QlikView and NPrinting Source control, Versioning and Deployment, Agile Lifecycle Management