Forum Discussion

vinaydavid's avatar
vinaydavid
Icon for Helper III rankHelper III
7 years ago
Solved

Group by - Aggregation (avoid N/A values and pick date)

Hi Experts,   I have a situation where my table contains entries duplicate entries and I am trying to pick the latest date out of that. Here is the Mock Up.   ID      No.      Event       Date ...
  • vinaydavid's avatar
    vinaydavid
    7 years ago

    First of all thanks to Mariuz for this time on helping me.

     

    After spending a bit of time on checking everything that associated with these fields.

    Here are the finding and I made the below necessary changes to achieve the desired result.

     

    • The datatype of 'Date' field was 'Text' --> hence the behaviour of displaying N/A instead of Date, I reckon. Changed it to 'Date' then the aggregation was working fine.
    • To handle 'N/A' values --> I have replaced it with a dummy date '1/1/1970' and applied aggregation to pick Max date and once all the steps are done, replaced with N/A instead of dummy date.

    Regards,

    David