I am running CR10 pulling from a SQL Svr.
I have a cross tab that I have set up and I want to surppress specific data from coming over into the cross tab.
Example:
I am pulling State, Program and Label for the Rows and the Quarters for the Columns. Then I have the Total payments for the summary field.
There is data that I want to exclude from coming over and I am currently at a loss as to how to do that. I have tried the select expert but I don't think it's working correctly.
Here is the criteria I want to exclude/suppress:
{V_PAIDITM.STLMNTMTHD_DOCNO} = "0";
(({V_PAIDITM.NDC11} in ["55555-5555-01", "55556-5556-01"]) and
({V_PAIDITM.QUARTER} in ["2003Q1", "2003Q2", "2003Q3", "2003Q4", "2004Q1", "2004Q2", "2004Q3", "2004Q4"]) and
{V_PAIDITM.CLM_TYP} = "RC");
I want to exclude the docno = 0 from everything. Then I want exclude the NDC11 codes in certain quarters and with a clm_typ of RC.
Any suggestions? I thought of using suppress in the format section of Detail and then Report Header (where the cross tab is located. It didn't work.
Thanks,
John
I have a cross tab that I have set up and I want to surppress specific data from coming over into the cross tab.
Example:
I am pulling State, Program and Label for the Rows and the Quarters for the Columns. Then I have the Total payments for the summary field.
There is data that I want to exclude from coming over and I am currently at a loss as to how to do that. I have tried the select expert but I don't think it's working correctly.
Here is the criteria I want to exclude/suppress:
{V_PAIDITM.STLMNTMTHD_DOCNO} = "0";
(({V_PAIDITM.NDC11} in ["55555-5555-01", "55556-5556-01"]) and
({V_PAIDITM.QUARTER} in ["2003Q1", "2003Q2", "2003Q3", "2003Q4", "2004Q1", "2004Q2", "2004Q3", "2004Q4"]) and
{V_PAIDITM.CLM_TYP} = "RC");
I want to exclude the docno = 0 from everything. Then I want exclude the NDC11 codes in certain quarters and with a clm_typ of RC.
Any suggestions? I thought of using suppress in the format section of Detail and then Report Header (where the cross tab is located. It didn't work.
Thanks,
John