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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mgsteiner
Contributor
Contributor

tFTPPut transfer mode

Hi all,

Does anybody knows if we can set the tFTPPut transfer mode property to ascii or binary but from a code (outside component) so it can be used dynamically ?

Otherwise I would need to use 2 components for the same task but different transfer mode.

Thanks a lot in advance

BR

Max

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

The mode property does not support context variable, the solution is to use 2 components for the same task but different transfer mode, and use runIf connector to trigger the corresponding tFTPPut based on a dynamic value.

 

Regards

Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi

The mode property does not support context variable, the solution is to use 2 components for the same task but different transfer mode, and use runIf connector to trigger the corresponding tFTPPut based on a dynamic value.

 

Regards

Shong