Forum Discussion

DHB's avatar
DHB
Helper V
2 years ago
Solved

Counting Values in a Joined Table

Hi all,   could anyone give me an idea how to count rows in a joined table please?   I have a table of people (all unique records) joined to a table of dates (each person/date combination is uniq...
  • Ahmedx's avatar
    2 years ago

    you need to just use COUNTROWS functions

    measure =

    COUNTROWS( 'your'table)+0