Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

inputfield vs inputbox

Hi All,

i have input box previous if enter any value in inputbox it will share that value to all,

now i im using inputfield in script ,if i enter any value in inputbox it will not sharing the value to all

plz help me some one

please find the  attachment

5 Replies
Clever_Anjos
Employee
Employee

Please do not crossposting

NavinReddy
Creator II
Creator II
Author

sorry....but urgent work.....

luciancotea
Specialist
Specialist

Inputbox and InputField are different things. Inputbox is an interface object used to read/write variables, InputField is a special field in a table in the underlying data structure.

There is a way to split a value among several inputfield values. It is done using InputSum(). See attachment and you can find further info in help..

NavinReddy
Creator II
Creator II
Author

hi im using personal edition could you please paste the code here

luciancotea
Specialist
Specialist

There is no code. Add a chart, set it to pivot -> Next -> no dimensions -> Next -> Add one expression "=InputSum(Value1, '*')"

Now use this to input your new total.