hey guys a difficult problem to expain i hope i get some solution
I have a string parameter to which only two values 'Y' or 'N' can be passed
i.e. ?Paramter = 'Y' or 'N'
If value 'Y' is passed i want to select all the records of a particular type this i ve accomplished by using
" and if (uppercase({?Parameter}) = 'Y' ) then true "
in the formula
and now if the value of {?Parameter}= 'N'
i want to check a database field which also stores values 'Y' or 'N' and if the value of database field is
'N' then i want only the records with the value for this feild as 'N' to be printed.
so the crux is
if ?Paramter = 'Y' then print all the records (ie both the records with value for {Database field} = 'Y'or 'N'}
but if ?Paramter = 'N' then print only the records where {Database field} = 'N'}
i guess that explains it
Hopin you guys turn up with some solution
I have a string parameter to which only two values 'Y' or 'N' can be passed
i.e. ?Paramter = 'Y' or 'N'
If value 'Y' is passed i want to select all the records of a particular type this i ve accomplished by using
" and if (uppercase({?Parameter}) = 'Y' ) then true "
in the formula
and now if the value of {?Parameter}= 'N'
i want to check a database field which also stores values 'Y' or 'N' and if the value of database field is
'N' then i want only the records with the value for this feild as 'N' to be printed.
so the crux is
if ?Paramter = 'Y' then print all the records (ie both the records with value for {Database field} = 'Y'or 'N'}
but if ?Paramter = 'N' then print only the records where {Database field} = 'N'}
i guess that explains it
Hopin you guys turn up with some solution