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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Initiate input-field value

Dear all,

I have found a QVW of input field sample,

I cannot change the field values on straight table : inputsum(Budget)

unless i use another table box to modify it before using the straight table,

can anyone help? attached please find the QVW,

one more thing, if i want to initialize the value of inputfield by another EXP, is it possible to do it on real time?

for example in the QVW, can i update the input fields' values  with [any EXP] whenever i want?

Many Thanks!

Calvin

Labels (1)
1 Reply
tresB
Champion III
Champion III

Probably here you are missing Distribution_mode,  Use the expression, like: InputSum(Budget,'='). For second question, not sure if I understood right; you could always use expression like: Actual * day(Today())+Budget, that would reflect the changes of the values in real time.