parameter problem
2 posts • Page 1 of 1
parameter problem
I have a report with a paramter field.
The user picks from a list. The list contains unique ID names that are used as part of the selection criteria.
However, the users also want an option for ALL.
{?Underwriter Account} = Paramater field
{Report_claim.underwriter_account} = data field
In the selection criteria, I have something like
if {?Underwriter Account} <> '' then
{Report_claim.underwriter_account} = {?Underwriter Account}
But I also want to add an option for ALL, but what would {Report_claim.underwriter_account} = ?
Also, how do I get the parameter list the user chooses from to automatically update its contents from the underlying database?
Thanks - Darren
The user picks from a list. The list contains unique ID names that are used as part of the selection criteria.
However, the users also want an option for ALL.
{?Underwriter Account} = Paramater field
{Report_claim.underwriter_account} = data field
In the selection criteria, I have something like
if {?Underwriter Account} <> '' then
{Report_claim.underwriter_account} = {?Underwriter Account}
But I also want to add an option for ALL, but what would {Report_claim.underwriter_account} = ?
Also, how do I get the parameter list the user chooses from to automatically update its contents from the underlying database?
Thanks - Darren
- dbrook007
Re: parameter problem
just modify your selection condition to like this ....
if {?Underwriter Account} <> '' then
{Report_claim.underwriter_account} = {?Underwriter Account}
else
{Report_claim.underwriter_account=Report_claim.underwriter_account}
if {?Underwriter Account} <> '' then
{Report_claim.underwriter_account} = {?Underwriter Account}
else
{Report_claim.underwriter_account=Report_claim.underwriter_account}
- pravin3032
2 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest