• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

isDefined Question or alternative

New Here ,
Oct 29, 2008 Oct 29, 2008

Copy link to clipboard

Copied

Basically I'm trying to find out if a record exists with in the group, if it doesn't I want to right a blank column for my table. IF anyone has a better way, I'm up for it. Please just give me a quick example, I'm visual.

I get this error when trying to run the code below:

Parameter 1 of function IsDefined, which is now 1(A), must be a syntactically valid variable name.

Thanks in Advance,
Matthew

Views

295

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 29, 2008 Oct 29, 2008

Copy link to clipboard

Copied

LATEST
Your syntax problem is the octothorps inside the isDefined expression.

Your logic problem is that the function will always return true. Instead of isDefined, try is not an empty string of the length is greater than 0. You might have to trim it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation