
Guys, help me with this... I have this panel that when I include the information in the system, they appear in it, but where I put it in red is the date of receipt that comes from another table, what I need to do that I'm not able to no way, it's every time these dates appear, the entire line should disappear from the panel, because this panel is on a television and should do it automatically, but the only thing I can't do1
2
3
Hi @Julio-22 ,
I think you could try:
Or(IsBlank(Date_RECEIVED),IsEmpty(Date_RECEIVED))
Best Regards,
Bof