Is it possible to add comments "//" to the Selection criteria and save it? Everytime I add a comments "//" in selection criteria, Crystal fails to save the fields I had commented out.
I'm trouble shooting a selection criteria problem, and decided to comment out the fields in question. When I go back in, the fields are gone. I've lost whatever I had commented out.
For Example:
Commented out selection criteria
//not isnull({@StartDate})
{@StartDate}<={@EndDate}
After I save and come back:
{@StartDate}<={@EndDate}
I've lost the commented code out. I actually had four lines of code commented out, and now it's lost.
I'm trouble shooting a selection criteria problem, and decided to comment out the fields in question. When I go back in, the fields are gone. I've lost whatever I had commented out.
For Example:
Commented out selection criteria
//not isnull({@StartDate})
{@StartDate}<={@EndDate}
After I save and come back:
{@StartDate}<={@EndDate}
I've lost the commented code out. I actually had four lines of code commented out, and now it's lost.