Calculating Product of Enumlist Column Values per Row

Hello friends, surely over the years this question has arisen for you at least once. I need to calculate the product of elements in a list.

I have a column of type enumlist with values inside (Qty 1, Qty 2, ..., Qty n).

I need each row to return the product of all values contained in the column for that row.

Has anyone done this?

Solved Solved
0 2 105
1 ACCEPTED SOLUTION

Call a script, or run the calculation in the data source itself.

 


@Gustavo_Eduardo wrote:

surely over the years this question has arisen for you at least once


In fact it has not.

 

View solution in original post

2 REPLIES 2

Call a script, or run the calculation in the data source itself.

 


@Gustavo_Eduardo wrote:

surely over the years this question has arisen for you at least once


In fact it has not.

 

Thanks mark! I will put this into practice.

Top Labels in this Space