Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all, I am writing a set expression with 35 set of conditions. and each condition has nested if. In desktop I am getting a limit to 1379 lines.
Could you please suggest how I can write the expression ?
thanks in advance.
Best approach is
Each set of expression keep it in one variable and use that variable in ur expression so that it will be easy to reduce your lengthy expression
Sum({$< $(vCondition1), $(vCondition2) >} Sales)
thanks for the revert, i tried with below approach to make it work.
I suggest to rethink the entire approach and transferring the essential logic into the data-model to ensure that each expression could be as simple as possible and comprehend within a glance.
Everything else becomes easily a nightmare - because how will you validate and troubleshoot or even maintain such monster ? - and it won't be save efforts or performance else the complete opposite will happens.