hello friends could someone help me? I am creating a list of dates but when I try to filter by date it loads all the dates that were saved before that date, is there any way to show only the date I am looking for? try to save a label for each day but the list will be loaded with the previous dates .. very grateful to the people who respond thank you very much.
@DON_GAVERS_HD_FULL In the calllistview procedure, before the set.liston block, try adding these blocks
This is to empty the list ‘liston’ before you assign new data to it. Please try and tell feedback.
P.S. in these blocks replace ‘global category_list’ with ‘global liston’



