Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have created the following expression in a textbox:
=max({<Year= {"$(=max({1} Year))"}>Left([ YearMonth],2))
Result:
Error: '}' expected
I already been looking around and I cant spot where the problem is...
Can you give me a hint please!
Thank you!
Hi,
A useful tip is to type your brackets in pairs then go back a space and fill in the content, so in the is case type {} then go back inside the brackets and enter your text.
Cheers
Andrew
I always do this when every i am writing a set analysis:
Typing {< >}
= Sum( {< >} YearMonth)
And then start from there.
Thanks,
V.