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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
tibz64
Contributor
Contributor

tFileInputExcel - How to pass dynamic values to first & last columns numbers

Hi,

Do you know how i can pass global variables values to First Column & Last Column parameters? 

I tried : ((int)globalMap.get("myVariable")) but it does not work...

 

0683p000009M7of.png

 

Thank you for your help

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Should work with ((Integer)globalMap.get("myVariable")) but are you sure the variable is defined before you want to use it?

View solution in original post

1 Reply
TRF
Champion II
Champion II

Should work with ((Integer)globalMap.get("myVariable")) but are you sure the variable is defined before you want to use it?