Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
7 subscribers
Views
2023 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
I'm working on creating an interface for to create a tempo report. I 'm
jaredw
over 10 years ago
I'm working on creating an interface for to create a tempo report. I 'm running into a syntax error and can't figure out where the error is. The error notification cuts off and I cannot figure out how to expand it or give me a little more detail on where the syntax error is. I attached a screen shot that contains all I can see of the error and the code I'm using.
Thanks in advance.
OriginalPostID-169383
OriginalPostID-169383
Discussion posts and replies are publicly visible
0
Corey Bloom
Appian Employee
over 10 years ago
Not sure if this will completely take care of your error, but it looks like you might have an extra comma after local!dateToFilter.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
pavithrac
over 10 years ago
Hi jredw, It will be great if you attach your code to sort out what's wrong with syntax.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
tharuh
over 10 years ago
Hi Jaredw,
Like Corey said the error is due to an extra comma after local!dateToFilter, rule!getTotalTemplatesPerUser has 3 parameters but due to an extra comma after the 3rd parameter sail is expecting a parameter after comma which you don't exactly have in the rule.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jaredw
over 10 years ago
Thank you! That got rid of the error.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel