
08-12-2011 08:33 AM
CR Xi
SLX v7.5.2
We have a custom table that contains data in an Area field. Data is "Standard" or "Alternative" etc. For now, we just want to extract values from the Extension field for the various "Standard" or "Alternate" entries.
That is:
Area Type Extension
Standard Labor 100.00
Standard Labor 59
Alternative Labor 2
Standard Labor 1.00
Alternative Labor
My totals for the Standard subreport would be 160.00 and for the Alternative should be 30 for Labor.
I have a report that has two (2) subreports: Standard and Alterative. The main report Select Expert has both "Standard" and "Alternative" as conditions ('is one of').
Opportunity:Table1 is 1:1 and Table1:Table2 is 1:Many
Standard subreport:
The Standard subreport provides correct output. Select Expert condition checking is Opportunity.OpportunityID={?Pm-Opportunity.Opportu
Links are equal Left Inner Join.
Alternative subreport:
The Alternative subreport does not provide correct data! I've created the report manually as well as saved/inserted the Standard report. Same results! Select Expert condition checking is Opportunity.OpportunityID={?Pm-Opportunity.Opportu
I've tested the Alternative subreport enough to know that when I put the Opportunity.OpportunityID={?Pm-Opportunity.Opportu
It also looks like the Alternative report works UNDER the conditions of the Standard report. When I have NO Select Expert condition on OpportunityID I get the totals for the entire table in the respective areas (at least it appears that way and this $-value is the same for all opportunities).
What am I missing so that I can get totals etc. from the Alternative subreport to show in the main report's output for the specific Opportunity? (I'm printing all opportunities within a date range).
TIA