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
2 replies
Subscribers
2 subscribers
Views
717 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
114379 - no subject - Sarika Bansal\n #Reports I am trying to
sarikab
over 11 years ago
Sarika Bansal
#Reports I am trying to create a report with Filter attached is the code for that- I have a filter defined for request type in my queryrecordrule!APN_queryFilter( field: "requestType", operator: "includes", value: if(rule!APN_isBlank(ri!requestType),tostring(ri!requestType)) )and value fro request type is coming from dropdown field{ /* Display a dropdown for selecting a category */ a!dropdownFieldByIndex( label: "Request type", instructions: "Select a request type on which to filter the results", placeholderLabel: "-- All Request --", choiceLabels: cons!SARIKA_CRM_REQUEST_TYPE, choiceValues: cons!SARIKA_CRM_REQUEST_TYPE, value: local!requestType, saveInto: { local!requestType, /* Uses APN_returnFirstInput() to ignores the saved value and reset the pagingInfo */ local!pagingInfo << rule!APN_returnFirstInput( rule!APN_pagingInfo(batchSize: 5, sort:{field:"requestDate...
OriginalPostID-114379
report_filte.txt
Discussion posts and replies are publicly visible
Parents
0
sarikab
over 11 years ago
...",ascending:true}), _ ) } )}But I am getting error - problem is requesttype is not getting passed to queryrecord
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sarikab
over 11 years ago
...",ascending:true}), _ ) } )}But I am getting error - problem is requesttype is not getting passed to queryrecord
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data