Hardcode a custom column

I need to hardcode a custom column, month whose value must be certain value as "November" always.

How can I do this??
image

Hey, I think you're hitting this issue. You can click :+1: to help the team prioritise it.

Workaround:
You can put your hardcoded value in a case expression that always evaluates to "true":

2 Likes

Yeah, I also got a solution something like this. Thanks for the support.

1 Like