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
1 reply
Subscribers
4 subscribers
Views
1958 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
Tempo Based Report with Rule Inputs
johng373
over 8 years ago
Is there a way to have a Report in Tempo accept rule inputs? I have a Tempo report with many filters. Upon initiating a process model, I would like to notify the Initiator with a URL which would take them to the Tempo report with the Process ID of process passed into the Tempo Report. This way, the Initiator will be taken to the Tempo Report with the Process ID filter already set.
Is there a way to do this? I tried urlwithparameters() but that didn't seem to give me what I needed. Thanks in advance!
OriginalPostID-247933
Discussion posts and replies are publicly visible
0
joshuaj985
over 8 years ago
Reports do not take inputs. You could create a table to store username and process id when ever your process is created. Then in your report interface, query this table matching username of the table to loggedInUser() to get that process id.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel