Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamically changing the graph

Status
Not open for further replies.

hariomhari

Programmer
Aug 13, 2007
31
GB
I am displaying the graph initially for whole date range. say for ex 1999 to 2007.

Now at crystal report level, can I ask user for from date and to date and change the graph dynamically ?
 
I think u can do it..
I would follow below steps if i were you:

1) create date parameter asking user to enter a range of dates

2) create formula for my date column and check the range values from paramter
e.g: table.datecolumn between minimum({?dateparameter}) and maximum({?dateparameter})

3)Instead of table.datecolumn field use above formula field for the graph.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top