vb.net - Crystal Report issues with multiple SQL tables -
i have make report sums value of 2 different tables, , i'm using cr on vb, have 2 fields named value
2 different tables, table products
, table services
, need sum values , show them on report. used select , tried writing down formula "formula" function on cr can't figure out how it. that's insert
select product, value tbproduct union select description product, value tbservice
thanks in advance
create stored procedure on sql side , set cr using stored procedure data source. (i don't remember quite how know i've done in past.) can offer way of optimizing queries use cr , not depending on cr's sql generator.
Comments
Post a Comment