Skip to main content
Nintex Community Menu Bar

function startswith

  • June 28, 2017
  • 5 replies
  • 15 views

Forum|alt.badge.img+7

I need  used the function "startswith", for to validate if the field begins '026', like that

205057_pastedImage_1.png

but don't works.

5 replies

Forum|alt.badge.img+14
  • Scholar
  • June 29, 2017

is the "{Self}" dropdown choice control or lookup control?


Forum|alt.badge.img+7
  • Author
  • Rookie
  • June 29, 2017

yes its dropdow


Forum|alt.badge.img+14
  • Scholar
  • June 29, 2017

but choice or lookup?

both of them can be rendered as dropdowns...


Forum|alt.badge.img+7
  • Author
  • Rookie
  • June 30, 2017

Lookup


Forum|alt.badge.img+14
  • Scholar
  • June 30, 2017

Then your formula should look like

startwith (parseLookup ({Self},true),"026") ....