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
851 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi, I'm using getdatasubsetdownloadlinkfromrule to allow users t
anushaj
over 9 years ago
Hi,
I'm using getdatasubsetdownloadlinkfromrule to allow users to export report data to Excel.
In this , On passing filter values, using the below code:
getdatasubsetdownloadlinkfromrule(
rule!BWIS_WF_Report_GG_getExportableDataSubset,
a!toJson(
{
startDate_tm: toString(local!startDate),
endDate_tm: toString(local!endDate),
pagingInfo:local!pagingInfo
}
)
)
But in the child rule, startDate and endDate is coming as null because of which entire datasubset is coming in excel.
Please suggest if there is any other way to pass variable.
OriginalPostID-168124
OriginalPostID-168124
Discussion posts and replies are publicly visible
Parents
0
Tom Ryan
Appian Employee
over 9 years ago
Do you see the same behavior if you call the function using keyword arguments like in the documentation? (eg, in the docs all the examples call the function as:
getdatasubsetdownloadlinkfromrule( rule: rule!YOUR_RULE, input: YOUR_INPUT) )
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tom Ryan
Appian Employee
over 9 years ago
Do you see the same behavior if you call the function using keyword arguments like in the documentation? (eg, in the docs all the examples call the function as:
getdatasubsetdownloadlinkfromrule( rule: rule!YOUR_RULE, input: YOUR_INPUT) )
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data