Skip to content

Instantly share code, notes, and snippets.

@mzgupta
Created April 26, 2018 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mzgupta/35c6502364ab204bd61de36be3050fe0 to your computer and use it in GitHub Desktop.
Save mzgupta/35c6502364ab204bd61de36be3050fe0 to your computer and use it in GitHub Desktop.
Risk[] risks = [];
Take User from AllUserSheet {
Take Risk from AllRiskSheet {
if(User[C].contain(risk[C]) && User[C].contain(risk[D])) {
risks.add(Risk)
}
}
}
return risks;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment