Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - ajxster

3
General Discussion / Re: matrices and workflow creation
Thanks Willvin.
Please allow me to elaborate.

(i) i have two fields which the user is able to select from 5 options eg. 
field1 = likelihood = rare, unlikely, .... etc
field2 = impact = negligible, minor, ... etc
attached a diagrammtic view of the matrix => https://gofile.io/?c=OtymfQ
depending on the selection of the variables by the user,
the field3 (result) should output the result based on the matrix attached
eg. low, med or high
it will also be fabulous if the 3rd field can be color coded according to the result green,amber or red.

(ii) for this workflow item, i'm looking at the form submitted by a user ('contributor'). it should be routed to another user 'approver' to verify the details submitted in the form.
if all ok, he will 'approve' and will be listed and subsequently update the dashboard. if not 'approved' he is able to remark and send it back to the contributor for updates and to resubmit again.

hope this clarifies. please let me know if you require more information
thanks for your advise!


4
General Discussion / matrices and workflow creation
hi, how do i create
(i) matrix calculations
eg
rare (1) * negligible (1) = low (with color coding - green)
likely (4) * very severe (5) = high (with color coding - red)

(ii) approval workflows
- Contributor -> Reviewer -> Approved -> Published

Thanks,