WHERE CAN I SPECIFY THE VIEW FOR THE DATA?

I HAVE A LIST OF MEDICATIONS, AND THERE ARE SOME MEDICATIONS THAT CAN ONLY APPEAR ON A SPECIFIC DAY OF THE MONTH.

WHERE CAN I SPECIFY THE VIEW FOR THE DATA? 

 

Solved Solved
0 1 93
1 ACCEPTED SOLUTION

Pedro_steffens_0-1701349773442.png

I resolved it using the Security Filter with the following expression:

NOT(IF([_THISROW].[NOME] = "IBANDRONATO DE SÓDIO",IF(DAY(TODAY()) <> 30, true,false),false))

View solution in original post

1 REPLY 1

Pedro_steffens_0-1701349773442.png

I resolved it using the Security Filter with the following expression:

NOT(IF([_THISROW].[NOME] = "IBANDRONATO DE SÓDIO",IF(DAY(TODAY()) <> 30, true,false),false))

Top Labels in this Space