Condition in enum

dear expert…
i have colom enum with value in and out, and how to make condition:

IF date: today(),
employees: a, isblank{in,out}= show {in}

IF date: today(),
employees: a, isnotblank{in}= show {out} (cant choice list {in} again in today)

0 11 576
11 REPLIES 11

Steve
Platinum 4
Platinum 4

how to make initial isblank or isnotblank for value enum?

May be this video might help = > Type Qualifiers

how to create initial isblank or isnotblank for value in enum?

Your question does no make any sense.

i have coloum enum and the value in coloum enum is clock in and clock out, how i can set condition in enum value if today the employees already filled clock in, and clock in can’t fill again in today?

Are the employee clock-in and clock-out recorded in the same row? Or is clock-in recorded in one row, then clock-out recorded in another row?

Clock in and clock out in same row, but the type is enum with value clock in and clock out recorded in one row

I can’t think of a good way to do what you want.

If i change the row is different can u gift me a good way? With condition

Date=today() and the employee just can choice clock in and clock out one time?

Because the problem now is the employee can choice clock in and clock out more than one time in one day

Top Labels in this Space