Jump to content

Recommended Posts

Posted

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

Posted

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;

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...