I was wondering if there is a way to select wich column you would like in an expresion.
For example,
I got the columns i want with an expresion on a table.
f.e.
Name
Address
Sum(KIDS)
Name1
Ad1
4
Name2
Ad2
6
Name3
Ad3
8
In this example the data set has more than 3 columns. for example it could alose have the column Uncles, Nieces, similar to the column kids that repsent how many uncles or kids that person has.
Is there a way yo select what information you would like to sum dynamicly?
Or you just have to use 3 expressions or change it inside the table?
It is similar to what a Listbox would do, but in columns.
This ListBox would have the name of the columns (kids, uncles, etc) and depending on wt u select is what it is shown.