Having a really hard time with input fields in a table chart
Hi, I am trying to create an input field in a chart so when a user enters in a value, I can use it to do some math with another column, and display the result in a third column. I am able to define the column, default it to 0 in the load script, but when I create the chart and add the inputsum expression for the field, it seems to do a count on the number of similar records assocciated with the data in those rows. Like a count() with a group by. I dont want any value in the field, just 0, regardless of what else is going on in the row. Anyone have any ideas? I dont know if the inputsum function is exactly what I want, but in all the examples it seems thats what I am supposed to be using. I really dont want to sum anything.