hello community!
I have a table in which my dates are in the following format:
Here are some examples: 20/Feb/2024
13/May/2024
25/Jun/2024
15/Jul/2024
my activity is configured as follows, follow print:
Inglês
porém o filtro não funciona, me retorna todos os meses e não só julho, como eu quero.
However, the filter doesn’t work, it returns to me every month and not just July, as I want.
Would you help me? Thanks!
(From d in dtDataVar.AsEnumerable
Let v = d(22).toString.ToUpper.Trim
Where v.Contains("JUL") AndAlso v.EndsWith(str_ano)
Select r = d).CopyToDataTable
Handling empty filter result we can adapt as described here: