Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.