Jump to content
We've recently updated our Privacy Statement, available here ×

ptolomej

Members
  • Posts

    1
  • Joined

  • Last visited

ptolomej's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi, To make it work with your example, simply do it like: SELECT FISCAL_YEAR, ACCT_STRUCTURE, ACCT_REGION, ACCT_STATUS_CODE, ACCT_STRUCTURE_DESC FROM ACCOUNT_STRUCTURE A WHERE $X{IN, ACCT_REGION, REGION} AND LOCAL_STATUS = 'O' just remove the $P{}, as the $X already takes in account, that the third parameter will be a parameter. The definition for $X is like: $X{IN, dbColumnName, parameterName} $X{NOTIN, dbColumnName, parameterName}
×
×
  • Create New...