In my table I have two dates( date 1, date2 ), sometimes I have o calc a column using date 1 and sometimes I have to use the date 2. For the selection I would have just one date for reference.
Date 1 = ADMISSÃO, Date 2 DEMISSÃO
Example 1 : =count({$<ANO_DEMISSÃO={"=[ANO_ADMISSÃO]"}, MES_DEMISSÃO={"=[MES_ADMISSÃO]"}>} RA_MAT)
In the Example 1 i have the Year and the month of date1 selected and the column must be show the values the year and month the date2.
One selection for reference two dates in the same table for different calculus