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

Display Charts Based On The Data Entered By The User

Hi,

I would like the customer to enter the budget from his mind that may or may not belong to the data present in the 'Price' column in my table.  And I would like the existing charts in my dashboard to reflect the selection.

For ex:

Price

2000

4000

6000

6500

...

....

But the customer would like to fix his budget to be 5000.  How do I display it?  Suggestions please.

1. How do I get the customer to type in a price instead of the customer selecting from a listbox / multibox?

For example, customer to enter 5000

2.But I don't want the search data entered by the user to be included in my existing data set.

Thanks.

1 Reply
effinty2112
Master
Master

Hi,

Suggest you create a variable, call it something like vBudget. Use can use this in chart calculations by entering it as $(vBudget) in expressions. If this looks unfamiliar then try to learn about variables and "Dollar Sign Expansion". There arelots of learning material on this.

regards