Hi
I want to add Blank option in addition to Export,Import in Option DataItem in report on Request Page.
Secondly in code i want to check if field is not blank then i want to setrange records in Item Table
Thanks
*This post is locked for comments
Try with Parenthesis,
IF (ItemLine."ColorType" <> ColorType) and (ColorType <> ColorType::" ") THEN BEGIN
CurrReport.SKIP ;
END;
You need to define values in variable which you are using in request page like as follows
In option variable give some space like ,export,import
Hi
I am trying this but it is giving error - Type Conversion is not possible because one of the operators contains an Invalid Type
IF ItemLine."ColorType" <> ColorType and ColorType <> ColorType::" " THEN BEGIN
CurrReport.SKIP ;
Thanks
At the end place a comma and space, that means blank option.
In your code you can write Datatype=datatype::" ";
What have you tried till now and what is not working ?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156