hi all,
iam using crystal xi and oracle 9i.
i have database tables like fr_recon and fr_stand_prefix.
i have databsae fields like : fr_recon.acres_amt(number5)
fr_recon.stand_prefix(varchar4)
and fr_stand_prefix.stand_prefix(varchar1)
iam trying to get the total amout of acres for each stand_prefix.
but the problem is ,i got two fields like fr_recon.stand_prefix and fr_stand_prefix.stand_prefix from both tables. i joined these tables using stand_prefix.
i have data in fr_STAND_PREFIX.standprefix as 'A','B' upto 'Z'.where as in other field i.e fr_recon.stand_prefix
as 'A','B','AZT','AXY','BX','OX' like that.
i need to get the total amount for each stand_prefix that contains instrings also.
i tried formula like instr(fr_recon.stand_prefix),'A'>0 and placed in selectexpert.i got total acres amout for stand_prefix 'A'
but i need total acres amount for all stand_prefixs.and some have no stand_prefix.
please help me.
iam using crystal xi and oracle 9i.
i have database tables like fr_recon and fr_stand_prefix.
i have databsae fields like : fr_recon.acres_amt(number5)
fr_recon.stand_prefix(varchar4)
and fr_stand_prefix.stand_prefix(varchar1)
iam trying to get the total amout of acres for each stand_prefix.
but the problem is ,i got two fields like fr_recon.stand_prefix and fr_stand_prefix.stand_prefix from both tables. i joined these tables using stand_prefix.
i have data in fr_STAND_PREFIX.standprefix as 'A','B' upto 'Z'.where as in other field i.e fr_recon.stand_prefix
as 'A','B','AZT','AXY','BX','OX' like that.
i need to get the total amount for each stand_prefix that contains instrings also.
i tried formula like instr(fr_recon.stand_prefix),'A'>0 and placed in selectexpert.i got total acres amout for stand_prefix 'A'
but i need total acres amount for all stand_prefixs.and some have no stand_prefix.
please help me.