I have a CUD String that is being passed to me and I need to extract variables from it based on the prefix they start with.
name of string: {EZ_CONFIGURED_LINE_ITEM.CUD_STRING}
Data inside CUD_String (the following is just a small section as an example its an extremely long string)
USBottomLoadAdapters='Civacon891A',USPipeCouplers='Dixon; aluminum; 4in; Viton-A Gasket',USPipingBrakeInterlock='Bar interlock with castings; civacon valve',USPipingSystem='4in Piping',USPipingSystemValve='None',
I want to display the value for USPipcouplers
which is: 'Dixon; aluminum; 4in; Viton-A Gasket
What would this formula look like? I'm a Newby to Crystal Reports!
name of string: {EZ_CONFIGURED_LINE_ITEM.CUD_STRING}
Data inside CUD_String (the following is just a small section as an example its an extremely long string)
USBottomLoadAdapters='Civacon891A',USPipeCouplers='Dixon; aluminum; 4in; Viton-A Gasket',USPipingBrakeInterlock='Bar interlock with castings; civacon valve',USPipingSystem='4in Piping',USPipingSystemValve='None',
I want to display the value for USPipcouplers
which is: 'Dixon; aluminum; 4in; Viton-A Gasket
What would this formula look like? I'm a Newby to Crystal Reports!