cancel
Showing results for 
Search instead for 
Did you mean: 

If RecordNumber is NULL

former_member267979
Participant
0 Kudos

Hello,

know anybody how to write formula for suppress something like:

If IsNULL (RecordNumber = 1)

My goal is suppress first row/record if is empty.

Thank You

Accepted Solutions (1)

Accepted Solutions (1)

former_member267979
Participant
0 Kudos

for this time solved via:

if {field} = "" then 
 true;

Answers (0)