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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

QS does not support QV script on Inputfield , any work around ?

Hi All

I have a QVW file work fine in Qlik View.

In Qlik View I have create below script using load script , for generate the RATE_KI = 1.52 , when BRAND_P=KINCO :-

RATE_KI:

INPUTFIELD RATE_KI;

LOAD * INLINE [

BRAND_P,RATE_KI

KINCO, 1.52      //from 1.47

];

When i Binary load the QVW file into Qlik Sense , Qlik Sense does not support above Inputfield , therefore these field are not appear at Qlik Sense.

Can some one advise me , any work around ?

Paul Yeo

0 Replies