Hello,
In some of my reports, the items in the selection formula prompt you to enter any changes or just to use the default value.
I am having a problem doing this with boolean values. For example, I want to be able to change "false" to "true" in some cases, but when I run the report, it never prompts me for changes, just runs with whatever values it was set up with.
To clarify a bit more -- here's an example of my selection formula:
{Data.Item1}=false and
{Data.Item2}=false and
{Data.Item3}=false and
{Data.Item4}=false
When I run the compiled report, I'd like it to ask me whether I want to use "false" or change it to "true".
Can this be done? If so, how?
Thanks.
In some of my reports, the items in the selection formula prompt you to enter any changes or just to use the default value.
I am having a problem doing this with boolean values. For example, I want to be able to change "false" to "true" in some cases, but when I run the report, it never prompts me for changes, just runs with whatever values it was set up with.
To clarify a bit more -- here's an example of my selection formula:
{Data.Item1}=false and
{Data.Item2}=false and
{Data.Item3}=false and
{Data.Item4}=false
When I run the compiled report, I'd like it to ask me whether I want to use "false" or change it to "true".
Can this be done? If so, how?
Thanks.