Forum Discussion

echild's avatar
echild
Regular Visitor
3 years ago
Solved

Sum unique values

Hello comunnity, im trying to sum only the unique values  one column (Proyeccion) from a table like this:

and trying to get the following result:

Pls help me masters.
Regards.

 

 

  • echild 

    you can try remove duplicates in PQ.

     

    or use DISTINCT to get a new table only contains unique value

1 Reply

  • echild 

    you can try remove duplicates in PQ.

     

    or use DISTINCT to get a new table only contains unique value