The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
how to comapare date in filter example operator
sgnarkhede2016
Member Posts: 152 Contributor II
Hello,
how to compare date in filter example operator
e.g. I have multiples date in "Date" column and i want to filtered only 16/8/2020 data.
how can i do that?
I tried this [TRUNC(INPUTDATETIME)]==16/8/2020 not work for me
how to compare date in filter example operator
e.g. I have multiples date in "Date" column and i want to filtered only 16/8/2020 data.
how can i do that?
I tried this [TRUNC(INPUTDATETIME)]==16/8/2020 not work for me
Tagged:
0
Answers
If I good understand, you can use Filter Examples operator with the option "custom_filters"
and use the following expression :
Please take a look at the process (to adapt to your own data) in attached file...
Regards,
Lionel