D
dw
Hi all. Is it possible to change the query underlying a report? We've added
a new field to the query, and it doesn't display it in the list of fields
available in the report. We'd hate to have to re-create our reports each
time a feild is added/deleted. From everything we know, that should work --
when the underlying query changes, the fields available to the report should
change, too. What are we doing wrong?
Also, we'd like to display a field (isTrained) that is True/False (-1/0) as
"Yes" and "No". We've tried this,
=iif(isTrained = True, "Yes","No")
but it doesn't do a thing. We tried changing it to say -1 instead of True,
but that gave an error. Thanks in advance.
a new field to the query, and it doesn't display it in the list of fields
available in the report. We'd hate to have to re-create our reports each
time a feild is added/deleted. From everything we know, that should work --
when the underlying query changes, the fields available to the report should
change, too. What are we doing wrong?
Also, we'd like to display a field (isTrained) that is True/False (-1/0) as
"Yes" and "No". We've tried this,
=iif(isTrained = True, "Yes","No")
but it doesn't do a thing. We tried changing it to say -1 instead of True,
but that gave an error. Thanks in advance.