Forum Discussion
Eric_J_Hansen
9 years agoQrew Cadet
List(", ",
Left(Trim(Part(ToText(UserListToNames([Activity - Advisor])),1,";"))," "),
Left(Trim(Part(ToText(UserListToNames([Activity - Advisor])),2,";"))," ")
)
Left(Trim(Part(ToText(UserListToNames([Activity - Advisor])),1,";"))," "),
Left(Trim(Part(ToText(UserListToNames([Activity - Advisor])),2,";"))," ")
)
_anomDiebolt_
9 years agoQrew Elite
I am loving it - you helped me find an error in my grammar! I had the function User listed ahead of UserListToNames in my grammar so the parser was trying to match on the opening parenthesis.
https://pastebin.com/TQGE65ZG
I am going to write a script that will extract all the formulas from an application so I can run them through my grammar as test cases. Then I will invite everyone to send me their formulas so I can run 10,000 test cases.
https://pastebin.com/TQGE65ZG
I am going to write a script that will extract all the formulas from an application so I can run them through my grammar as test cases. Then I will invite everyone to send me their formulas so I can run 10,000 test cases.