Hi everyone
i want to add some values using function 'sum' on the basis of multiple selection of fields,
my table is in qvd files, can i use sql statement to add them and if not then how can i do so.
the sum function will look like this =if(field='A',sum('C'+'D'+'E')) this is not correct syntax but i want to add them like this
and C,D,E are the values from different fields