My problem is
I need to get last item from a collum, for that i use
Last(Teste).RNC
, but I need the list to show only values for a certain name
User().FullName
I know I can use Filter(), but I can't get it to work.
Last(Filter(Teste;User().FullName = Tec_Emissor)).RNC
RNC is an integer
tks.