crystalpro
Technical User
The account number can is 15 characters (numbers and letters). The last three digits of the account number have been reserved for the department number.
I set up a prompt for the department.
I need to select a transaction when the last 3 digits of the account number for that transaction equal the entry made from the department prompt.
I set up some formulas:
Account Number = ToText({JrnlRow.GLAcntNumber})
Department = (@Account Number}, 3)
The prompt is a string that asks for the department. It is named ?Department Mask
I should be able to have a selection statement that says
{@Department} = {?Department Mask}
But I don't get any data. If I take out the above selection statement I get 1+ pages of data.
Please advise how I can solve this.
I set up a prompt for the department.
I need to select a transaction when the last 3 digits of the account number for that transaction equal the entry made from the department prompt.
I set up some formulas:
Account Number = ToText({JrnlRow.GLAcntNumber})
Department = (@Account Number}, 3)
The prompt is a string that asks for the department. It is named ?Department Mask
I should be able to have a selection statement that says
{@Department} = {?Department Mask}
But I don't get any data. If I take out the above selection statement I get 1+ pages of data.
Please advise how I can solve this.