Skip to main content
Nintex Community Menu Bar

issue : Calculated field for Lookup Function is blank result

  • August 11, 2017
  • 3 replies
  • 35 views

Forum|alt.badge.img+1

I have a list with a form that I have modified with Nintex Forms 2013. In my form I have Calculated field for Lookup Function:

206489_pastedImage_4.png

Formula = lookup("List A", "Account Name", AccountName, "Account No.")

If i change "Account Name" TO "ID" , Formula working but I don't want lookup in "ID"
I need to lookup in other column from List like "Account Name",

Please I need your help,

Regards

3 replies

Forum|alt.badge.img+14
  • Scholar
  • August 11, 2017

what is AccountName (the object you filter by) - item property or named control?

what is its datatype?

however, if AccountName matches any value of "Account Name", that sounds to me as a kind of misconfiguration (eg a control labeled 'name' represents an ID) or just a coincidence that name value is a number and the number matches some ID


Forum|alt.badge.img+1
  • Author
  • August 12, 2017

Thanks Marian

AccountName is TEXT type (like: company name) ,


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

could you answer my other question as well?

could you post how does data in ListA looks like?

and an example of AccountName  value you try to filter by?