Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Cant get filter dropdown in UI to return results
PaulW
i want to display job name and a custom field in the paged job list and the filter dropdown list.
So I added those fields to ui_custom.xml
They now appear in the dropdown list, but whenever i do a search, i dont get any results.
I have seen a few others have this problem, but i havent seen an answer. The documentation for this is also pretty rubbish. I have added the following entries to ui_custom.xml
I have tried all the combinations of typeFormat. I also tried adding the resourceBundle others suggest.
[html]
label="Scheduled"
description="Scheduled"
resourceBundle=""
type="string"
typeFormat="LONG"
sortable="true"
property="variable(FriendlyDeployTime)"
width="12%"
align="middle"/>
label="Job Name"
description="Job Name"
resourceBundle=""
type="string"
typeFormat="DEFAULT"
sortable="true"
property="name"
width="10%"
align="middle" />
[/html]
Find more posts tagged with
Comments
PaulW
Has anyone ever got that filter droplist to work?
Rob76
Also trying to do the same thing
PaulW
i gave up.