I need to sum only a values selected in a table.
I select rows on a view connected a table with 5 columns (mytable) and only one column is numeric (mycolumn)
I have tryed this sintax but non work. SUM(SELECT(mytable[mycolumn])).
thank
I need to sum only a values selected in a table.
I select rows on a view connected a table with 5 columns (mytable) and only one column is numeric (mycolumn)
I have tryed this sintax but non work. SUM(SELECT(mytable[mycolumn])).
thank
How are you selecting the rows?
SUM(SELECT(mytable[mycolumn], [Selected])).Don’t post your question twice.
Sorry