Hi,

I'm developing a site with the stock chart module and I have created a view with some math calculations and respective symbol within database tables and I want to have a link to the chart page (stock module) in that view and for each symbol.

How can I pass the ticker symbol parameter within a link (e.g. "www.somesite.org/stock_chart/symbol=goog") to the stock chart module page. It would be nice to have the symbol field with the symbol in it and the show chart button automatically pressed. Is this possible?

Thanks for your help!

Regards

Comments

ee97083’s picture

Title: Passing Parameters to Stock_Chart page » Passing Parameters to Stock_Chart page with clean url's

Hi!

Just wanted to add to my previous comment that I have clean url's working and that seems to be the problem. I read somewhere that you should pass the values with name/value in the url if you have clean url's but I not getting any progression with that approach to the problem.

Note: the parameter fields that I want to change/pass with the url are the "stock_chart_symbol" (where we introduce the tycker symbol) and the "op" parameter (the show chart buttom).

I tried www.example.com/admin/settings/stock_chart/stock_chart_symbol/GOOG/op/Sh... and hundreds of other combinations with no success.

Can someone please enlighten me?

Thanks,

Rui

ee97083’s picture

Hi all,

I managed to pass parameter with the arg functions but I do not know how to force the automatic pressing of the "Show chart" button. Does someone know how I can do this?

Regards

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)