I want to create a single button, using ENUM,...

I want to create a single button, using ENUM, and use the value of that button (if pressed) to show a different field.

The value is a string.

How do I write that in the Show_If box of the field I want to show?

0 7 364
7 REPLIES 7

Try . --> Show_IF: [The column with the ENUM]=The value in the button.

This is what I used and itโ€™s not pulling up.

Thatโ€™s actually what I had in there before.

Hereโ€™s the buttonโ€ฆ

ISNOTBLANK([Farmer Mac])

that worked, thanks Aleksi!

@Aleksi_Alkio Iโ€™ve got another equation: IF (ISNOTBLANK([Farmer Mac]),[Interest Rate]=[COF]+[Spread], [Interest Rate]=[COF]+[Farmer Mac Spread])

but, I keep getting this error: The expression is valid but its result type โ€˜Yes/Noโ€™ is not compatible with the expected type โ€˜Percentโ€™

How would I write this so I can see if a field is true, to set the value of a field one way - and, if false, set the field another value?

Without knowing your structure you could tryโ€ฆ IF(ISNOTBLANK([Farmer Mac]),[COF]+[Spread],[COF]+[Farmer Mac Spread])

Top Labels in this Space