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
10 replies
Subscribers
5 subscribers
Views
3701 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
I am using the getdatasubsetdownloadlinkfromrule to provide export functionality
deeptip
Certified Senior Developer
over 10 years ago
I am using the getdatasubsetdownloadlinkfromrule to provide export functionality from tempo reports. While passing the filter criteria I use a!toJson() & a!fromJson() resp. While my expression works for any text type filters, if I have a date type filter it fails. Do we need some sort of conversion from date to text?
OriginalPostID-138101
OriginalPostID-138101
Discussion posts and replies are publicly visible
Parents
0
Antony Alexia Charles Arokiasamy
Certified Senior Developer
over 10 years ago
Yes we need date and conversion. While passing the function to a!toJson it must be of text type and when the value is passed to actual rule(where the data subset is formed)and where the filter value is there, we have to use todate() function for conversion.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Antony Alexia Charles Arokiasamy
Certified Senior Developer
over 10 years ago
Yes we need date and conversion. While passing the function to a!toJson it must be of text type and when the value is passed to actual rule(where the data subset is formed)and where the filter value is there, we have to use todate() function for conversion.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data