best practice to break down multiple lines of a calculation
Hi Gang!
I have this:
(@B18==="TM"?(@B13=="E"?60+8*@B17+55*(@B16-1):(@B13=="S"?1.5*(60+8*@B17+55*(@B16-1)):(@B13=="EU"?1.5*(60+8*@B17+55*(@B16-1)):(@B13=="NL"?2*(60+8*@B17+55*(@B16-1)))))):(@B13=="E"?60+8*@B17+30*(@B16-1):(@B13=="S"?1.5*(60+8*@B17+30*(@B16-1)):(@B13=="EU"?1.5*(60+8*@B17+30*(@B16-1)):(@B13=="NL"?2*(60+8*@B17+30*(@B16-1)))))))
I would like to make it work when using calculation field... but it's saying it has an unexpected )
Thanks everyone!
Please sign in to leave a comment.
Comments
2 comments