Hi! New to coda and loving every bit so far! I do have a question about switch statements.
What I have below is a switch for t shirt sizes and depending on what size it is, I would like to display the position and the time allocated. All of it works but the concatenation, it seems to be picking up from one table only (the pink x-small). How can I make it dynamic so that it shows for all the t-shirt sizes? Thanks!
EDIT: Tried it with currentvalue. Am I doing something wrong?
hi @Piet_Strydom ! thank you for replying! sure thing, here’s the doc in question. I simplified it to only X-small and small tshirt sizes.
each table contains more values than just a simple size. based on the size, there will be multiple groups of people with efforts for each group.
in my switch statement, i would just like the name of the group and what the total time is, which is in each table! let me know if you have more questions