Forum Discussion

bhelou's avatar
bhelou
Responsive Resident
6 years ago
Solved

Card text filter

Dear Community ,   i have a search items and i need to show the contet of the search in a card  but it is giving me the last satus of the enrty , can i make it blank when i open it or clear it ,  ...
  • Greg_Deckler's avatar
    6 years ago

    You are probably using MAX or Last which is why you are getting the last one. What you could do is something like:

     

    Comments = 

      IF(COUNTROWS(ALL('Table')) = COUNTROWS('Table'),BLANK(),<whatever your calculation is>)