F
Fred
I have vba code that creates a pivottable with an
external informix database as the source.
Part of the SQL statement is listed below:
SELECT loc_id, ........
invt_mthend_qty*invt_avg_cost
FROM informix.grp_name grp_name......
WHERE item.item_grp_nbr = grp_name.grp_nbr ......
When the code attempts to calculate the pivottable, the field
"inv_total.invt_mthend_qty*invt_avg_cost" is
inconsistently displayed as
inv_total.invt_mthend_qty*invt_avg_cost
OR EXPR.
Any thoughts on why the reference is not consistent?
Thanks
Fred
external informix database as the source.
Part of the SQL statement is listed below:
SELECT loc_id, ........
invt_mthend_qty*invt_avg_cost
FROM informix.grp_name grp_name......
WHERE item.item_grp_nbr = grp_name.grp_nbr ......
When the code attempts to calculate the pivottable, the field
"inv_total.invt_mthend_qty*invt_avg_cost" is
inconsistently displayed as
inv_total.invt_mthend_qty*invt_avg_cost
OR EXPR.
Any thoughts on why the reference is not consistent?
Thanks
Fred