andrebrazil
Technical User
Dears,
I'm creating some webpages based on CR 2008 Reports using Recrystallize.
The user through the published Recrystallized webpage will select some filters.
On CR report I created Parameter fields and on the Parameter fields I set as default value "ALL" (Value Options) and on Selection Formula -> Record Selection I added
(If {? Status} = "ALL"
Then not isnull({PO_STATUS})
Else
({?Status}) = {PO_STATUS}
)
On Crystal Reports it works perfectly, the user can select a PO, type ALL or left the default value "ALL", but with the recrystallyzed page it does not work, the only way to solve it was leaving the default value blank and the user have to type "ALL", I cannot leave the field Default filled. Does anyone have a suggestion? We would not like to ask for the user to type ALL.
Thank you
I'm creating some webpages based on CR 2008 Reports using Recrystallize.
The user through the published Recrystallized webpage will select some filters.
On CR report I created Parameter fields and on the Parameter fields I set as default value "ALL" (Value Options) and on Selection Formula -> Record Selection I added
(If {? Status} = "ALL"
Then not isnull({PO_STATUS})
Else
({?Status}) = {PO_STATUS}
)
On Crystal Reports it works perfectly, the user can select a PO, type ALL or left the default value "ALL", but with the recrystallyzed page it does not work, the only way to solve it was leaving the default value blank and the user have to type "ALL", I cannot leave the field Default filled. Does anyone have a suggestion? We would not like to ask for the user to type ALL.
Thank you