I tried to access Database (MySQL) within IE with VBScript and prepare the data in one SQL statement like this: "select Items+80, Date from Sales"
I can get data using this statement "select Items, Date from Sales", but would like to manipulate the data as seen before.
This comes handy when using boolean data to display as histogram, where different series are located one on top of another in left axis (huh, hope you understand )
Hope someone can help me.
SQL statement with formula
Hi,
I'm afraid this is not going to be possible to do it directly into the Select statement, but you can always iterate through the recordset and add the data (including the sum) manually to the Series using the AddXY (this is basically the internal source does).
I'm afraid this is not going to be possible to do it directly into the Select statement, but you can always iterate through the recordset and add the data (including the sum) manually to the Series using the AddXY (this is basically the internal source does).
Pep Jorge
http://support.steema.com
http://support.steema.com