Ben Maxwell Posted October 1, 2021 Share Posted October 1, 2021 Im super-happy that chaining finally does work (and rather well) in Web Focus 8207.28. Here is my next steps, in App Studio on a HTML page you can change the Display Value of a Filter to be different that the Value that the filter is set to. i.e. Filter value = 88-123 and I would display 88-123 Test Cost Center My filter value come from a field called CC, and my Display value comes from a field called CCName My question is there a way to change the Display from value in Designer Studio Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted October 7, 2021 Share Posted October 7, 2021 Benjamin I dont see a way to do that in Designer but you may want to open a case with techsupport to see if it is possible Link to comment Share on other sites More sharing options...
Matt Chapin Posted October 7, 2021 Share Posted October 7, 2021 Why not CONCAT the 2 fields together and use the new DEFINED field as your filter or use the other field Link to comment Share on other sites More sharing options...
VisuaLizeFOCUS . Posted October 10, 2021 Share Posted October 10, 2021 Yes, this can be done in Designer filters as well. create a define filed in your data saource i.e. Synonym file and use below code in your common filter procedure. -SET &VARIABLE1 = &VARIABLE1.(FIND <FIELD_FULL_PATH DISPLAY VALUE> , <FIELD_FULL_PATH PASS VALUE> IN |FORMAT=A6V).VARIABLE1:.QUOTEDSTRING; Link to comment Share on other sites More sharing options...
SATHEESH B Posted October 15, 2021 Share Posted October 15, 2021 In the Appstudio when you create the filter Compare type --> Dynamic --> Editor. In the Editor window --> Choose dynamic List and pick up any metadata and select Return and Display values image.png1482829 256 KB Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now