开发者

Crystal report 11.0

开发者 https://www.devze.com 2023-02-03 21:08 出处:网络
I am writing a report where i am using a parameter PQAO in the record s开发者_如何学Pythonelection i have a formula

I am writing a report where i am using a parameter PQAO in the record s开发者_如何学Pythonelection i have a formula uppercase({PROJ_VIEW.PQAO_NAME}) like uppercase({?PQAO} + "*")

when i put * in the parameter, it brings all the reords where PQAO is not null and is PQAO is null it will not bring back that record. How to i bring back that record. Please advise.


add or isNull(?{PQAO}) to your selection formula

0

精彩评论

暂无评论...
验证码 换一张
取 消