Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
newhere2014
Contributor II
Contributor II

How to control a report to start running after typing all inputs

I have two data inputs for a value range, which reduce data in a report.

The problem here is after I finish typing one of the input and before I start to type the second value, the report already starts running.

My question is I need to finish typing two values before the report starts to run. Is there a way to implement this?

Many thanks.

1 Solution

Accepted Solutions
Not applicable

Hi,

Perhaps, you could just add =len(Variable1)>0 and len(Variable2)>0 as calculation condition in the Chart Properties under the General tab.

Please find the sample attached.

Hope it helps.

Regards,

-Khaled

View solution in original post

2 Replies
Not applicable

Hi,

Perhaps, you could just add =len(Variable1)>0 and len(Variable2)>0 as calculation condition in the Chart Properties under the General tab.

Please find the sample attached.

Hope it helps.

Regards,

-Khaled

newhere2014
Contributor II
Contributor II
Author

Thanks Khaled. It works.

I tried the same method before, it failed because I put $ ahead of variable.

After I removed $, it works now.