Anybody ever had an issue with an ApplyComparison function inside advance qualification. SQL generated by the report ignores this filter. This is MicroStrategy 7.1, issue both in 2 and 3 tier.
To make things stranger, the code used to work. It stopped working after I made a modification to the SQL below (in red). I also rolled changes back to what it was before and still SQL is not getting parsed into the WHERE clause
ApplyComparison ("#0 in (select add_months(max(billed_dt),-1)/100 REF_DATE from olapv2_db.isg_ref_bill_dt)", ([Bill Date]@ID / 100))
Thanks a lot,
Leszek
To make things stranger, the code used to work. It stopped working after I made a modification to the SQL below (in red). I also rolled changes back to what it was before and still SQL is not getting parsed into the WHERE clause
ApplyComparison ("#0 in (select add_months(max(billed_dt),-1)/100 REF_DATE from olapv2_db.isg_ref_bill_dt)", ([Bill Date]@ID / 100))
Thanks a lot,
Leszek