SUBSTRING(SLAC_CNTRL_ACNO, 3, 4)
how can i use this query in crystal report
SUBSTRING(SLAC_CNTRL_ACNO, 3, 4)
how can i use this query in crystal report
Either the entire SQL query needs to be in a Command OR you can use a SQL Expression field if the sub-query returns a scalar value.
See my posting, Crystal Reports: Using SQL Expression Fields.