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
3 replies
Subscribers
4 subscribers
Views
3194 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
How to define the value of a Rule input inside a tempo report
marcoc918
A Score Level 1
over 8 years ago
Good afternoon,
In the previous version of Appian, 7.11 exactly, we can define an ri inside a report interfaces and declare prior the value of the ri from the report tab. This is very useful because we use this ri to filter the data, imagine for example a filter for BU, and use the same interfaces to create 2 diferrent report, one visible only to the CAR group, in this case the value of the ri!BU will be CAR, and another one visible only to the MOTO group, in this case ri!BU will be MOTO.
But now that the report tab has been disappeared how can we do this, i know that we can do using a local, evaluate if the loggedInUser is the member of one group or of another and evaluate the value of this local depending on this rule, but:
1- it is more difficult than the previous method with the 7.11
2-the old sail report that we have designed now doesn't work
Any suggestion? why has the repo...
OriginalPostID-236566
Discussion posts and replies are publicly visible
Parents
0
mognons
A Score Level 2
over 8 years ago
@marco the report tab has not really disappeared, it moved to the new Application Designer interface (yoursite/suite/design). To reuse your existing report, you can create two new SAIL interfaces (let's call them buReportMoto() and buReportCar() ) that do nothing but calling the old interface passing it the requested parameter.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
mognons
A Score Level 2
over 8 years ago
@marco the report tab has not really disappeared, it moved to the new Application Designer interface (yoursite/suite/design). To reuse your existing report, you can create two new SAIL interfaces (let's call them buReportMoto() and buReportCar() ) that do nothing but calling the old interface passing it the requested parameter.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data