Forum Discussion

williamdasilva's avatar
williamdasilva
Regular Visitor
9 years ago
Solved

Calculated Column breaks Relationships

When adding a calculated column to the output values on a visual (grid), the relationship seems to be broken and a "full outer join" is applied between the two implicated tables.   Basic tables inv...
  • williamdasilva's avatar
    williamdasilva
    9 years ago

    Obviously something wrong with that Calculated column.

     

    I've opted instead for doing a query method. Duplicated the actions table, filtered on the ones I want to count, did a group by, then a merge back into Records table.

     

    Not so elagant, but returns the correct results and does not drive me insane!

     

    Would love to get that Calculated column working properly though.

     

    Thanks,

    William