Dan Munns Posted November 24, 2016 Posted November 24, 2016 Hi all, I have an issue where the progressive capture is missing a form out even though it should include it. It is set out like this: Hardware / Software Purchase > Check box select If software selected use form 1 If hardware selected use form 2 If both selected use form 1 then form 2 The first two scenarios work fine but if I select both options it misses out the software form and goes straight to hardware > finish The decisions are set: If Q3 contains "hardware" > form 1 > end, If Q3 contains "software" > form 2 > end, If Q3 contains "hardware" & "software" > form 1 > form 2 > end I have tried contains and == to no avail. I have tried swapping the order of the forms in the pro cap also to no avail. Hopefully someone can help! I have attached the pcf Thanks Dan stb-hwsw-purchase.pcf.txt
Miro Posted November 24, 2016 Posted November 24, 2016 Hi @Dan Munns, Thank you for your post. I started analysing your PCF and tomorrow will give you more feedback. Regards, Miro
Miro Posted November 25, 2016 Posted November 25, 2016 Hi @Dan Munns, After some investigation I fixed your flow. Here are steps I did: 1) "Hardware of Software" field need to be mandatory - as I understand there is no option without any selection. 2) It should be default branch and will be picked when no others are matching, so I changed it to NO MATCH 3) Is correct, 4) As "contain Hardware" will match in any case where Hardware was picked up, so I change it to "== Hardware" as we strictly need to mach in only that case. I attached fixed flow for you, so when you import it just check if all fields where you are using SimpleList are OK. Also if you don't mind have a look please at flow that I suggest as a more optimised solution here. Hope I answered all your questions. Regards, Miro stb-hwsw-purchase.fixed.pcf.txt suggested flow.pcf.txt
Dan Munns Posted November 25, 2016 Author Posted November 25, 2016 Thanks Miro, All works as I wanted now. Dan
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