E
effie.ram
All;
Is it possible to make OWC PivotChart from array?
My DB Query is heavy, so in order to save resourses & loop hitting the
db, i'm using the next sql on asp:
----------------------------------------------
strSQL = "SELECT A, B, C,D FROM tbl_tableA"
RS.Open strSQL , Conn_DB,3, 3, 1
A_Data = RS.GetRows(,,A)
B_Data = RS.GetRows(,,B)
C_Data = RS.GetRows(,,C)
D_Data = RS.GetRows(,,D)
RS.close
set RS = nothing
------------------------
So, i need to insert the above into PivotChart when:
A_Data will be the FilterData
B_Data will be the category
C_Data will be the data
D_data will be the series
Any help will be appreciate!!!
TIA, Effie
Is it possible to make OWC PivotChart from array?
My DB Query is heavy, so in order to save resourses & loop hitting the
db, i'm using the next sql on asp:
----------------------------------------------
strSQL = "SELECT A, B, C,D FROM tbl_tableA"
RS.Open strSQL , Conn_DB,3, 3, 1
A_Data = RS.GetRows(,,A)
B_Data = RS.GetRows(,,B)
C_Data = RS.GetRows(,,C)
D_Data = RS.GetRows(,,D)
RS.close
set RS = nothing
------------------------
So, i need to insert the above into PivotChart when:
A_Data will be the FilterData
B_Data will be the category
C_Data will be the data
D_data will be the series
Any help will be appreciate!!!
TIA, Effie