HI, I’m using new pivot widget in dashboard where I need to sum two aggregated columns. I’m using computed column which simply add fields
doo.environment.currentApplication.currentTable?.pivot?.currentAggregatedRow?.aggregatedValues[‘elektroDohadMerak_sum’] + doo.environment.currentApplication.currentTable?.pivot?.currentAggregatedRow?.aggregatedValues[‘snapshotPevnaCastka_avg’]
Problem is that pivot returns both fields as strings and sum simply concatenates both of them (see pic).
Is there any help how to add them correctly? Thanks.
