Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Facing problem with Input box

Hi,

I am using input box to enter values manually , but it is not working as expected ,

Please find the attachment ,

kindly help me to get the requirement,

Thanks & Regards,

Anitha

3 Replies
Gysbert_Wassenaar

It helps if you use the same name as the variable in the action to set the value of the variable. In your sample the variable is named Limit and your action tries to set a value of something named v_ReportLimit. If you change v_ReportLimit to Limit it will work.


talk is cheap, supply exceeds demand
Not applicable
Author

Hi,

Yeah that's right , But my requirement is i don't want to use extra button to clear .Need to achieve it from the input box itself by giving clear option(Tool option)

Thanks,

Sh

Gysbert_Wassenaar

As long as your document has any data (your sample doesn't) you can use the OnAnySelect trigger. Add a Set Variable action to that trigger with Limit as the name of the variable and use as value: =if(len(GetCurrentSelections())=0, 100000,Limit)


talk is cheap, supply exceeds demand