I'm working with a table that stores several client types. I only want these client types to show up in a paramter list and I would like the user to be able to choose one client (of Client category 1) or all category 1 clients. However, what I see in my "pick list" are all client types. Plus, I am not seeing all of the type 1 clients. I have played around with the options in the create parameter box and the set default values box. What is strange is that when I select the first record in the list and the last record in the list (the whole range), I get ALL of my category 1 clients (which is what should be returned) even though I didn't see them in the pick list. My record selection is as follows:
{RACCT.CLIENT_CATEGORY} = 1 and
{RACCT.COMPANY} = {?Housing Authority} and
{RHEADER.CREATE_DATE} <={?Year to Date by Invoice Date}
I am using version 9. I am using a database that generates no SQL queries. There are several groups and subgroups - I don't know if that would affect what is displayed in the pick list or not (I'm guessing not). Any suggestions would be greatly appreciated.
{RACCT.CLIENT_CATEGORY} = 1 and
{RACCT.COMPANY} = {?Housing Authority} and
{RHEADER.CREATE_DATE} <={?Year to Date by Invoice Date}
I am using version 9. I am using a database that generates no SQL queries. There are several groups and subgroups - I don't know if that would affect what is displayed in the pick list or not (I'm guessing not). Any suggestions would be greatly appreciated.