Help needed on dynamic case-whens #4457
Unanswered
adithyagenie
asked this question in
Q&A
Replies: 1 comment
-
This is currently expected behavior as each call of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to do a dynamic
case-when
, where I addwhen
clauses in a loop.How do I do this over a for loop? I tried something like
and I get type errors. Can someone please help me out on this?
Beta Was this translation helpful? Give feedback.
All reactions