How do I hide labels that display unwanted values if I don't want to?
Here is how the Table looks like. In this below table, the user with ID = 1 did not insert DateTo and TimeTo values
But ID = 2 inserted into DateTo and TimeTo
Id
|
Date_From
|
Time_From
|
Date_To
|
Time_To
|
1
|
24-May-23 12:00:00 AM
|
01-Jan-00 11:30:00 AM
|
01-Jan-00 12:00:00 AM
|
01-Jan-00 12:00:00 AM
|
2
|
29-May-23 12:00:00 AM
|
01-Jan-00 9:00:00 AM
|
31-May-23 12:00:00 AM
|
01-Jan-00 9:00:00 AM
|
I just want to hide the labels that show DateTo and TimeTo if the values are default values.