Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
I am trying to populate a form with respective territories, but only if the territory line has a value (otherwise I would like to leave it off of the form (not just blank)).
The following populates the territory every time:
{IF "<<Rocky_Mountain_Division>> = "Rocky Mountain" "Rocky Mountain" ""}
What I would like to do: If there is no Rocky Mountain Division, then delete that row on the table. Was thinking of some kind of nested statement, not sure where to go or the proper syntax to do this.
My thought was something along these lines, but it doesn't work.
{IF "<<Rocky_Mountain_Division>>" = "" "" (IF "<<Rocky_Mountain_Division>>" = "Rocky Mountain" "Rocky Mountain" "")}
You said "delete that row on the table". Which table?
Can u provide me with the form please?
It is just a two column table. 'Divisions' on the left, 'States' for those divisions on the right.
13 divisions total.
Can you add a snapshot of the form? Michael McSwegin‌
As per Avinash Patil‌ comment, please add screenshot of the form.