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
6 replies
Subscribers
4 subscribers
Views
2133 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
151529 - no subject - Hi,\n\nAnybody has a clue as to why, whe
charlesb454
over 9 years ago
Hi,
Anybody has a clue as to why, when used for a task report column, the expression below blanks all column values?
if(isnull(pv!avgResponseTime), Completion(), todecimal(Completion()) - todecimal(pv!avgResponseTime[1]))
Changing the expression to
if(isnull(pv!avgResponseTime), Completion(), todecimal(1) - todecimal(pv!avgResponseTime[1]))
Gives the correct results. Thanks.
OriginalPostID-151529
Discussion posts and replies are publicly visible
Parents
0
charlesb454
over 9 years ago
Thanks for your input - for now I'll try to work around the issue by doing the calculation outside the portal report. As a note, isnull returns true if the pv is not defined on some instances (older versions) of the underlying process model.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
charlesb454
over 9 years ago
Thanks for your input - for now I'll try to work around the issue by doing the calculation outside the portal report. As a note, isnull returns true if the pv is not defined on some instances (older versions) of the underlying process model.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data