Hi all,
i am trying to make a query which will give my the result as
if Sum of filed is not null....
Criteria 1) (Field Name)in Category "Asset ID Diff" And "Cusip Change" should select first then
2) Fund and Amt
if Fund Amt is not zero than data will comes in query
Category Fund Amt
Asset ID Diff ADF0 1000
Asset ID Diff ADF0 -1000
Cusip Change ADGH 2000
Cusip Change ADGH -2000
Asset ID Diff ADF0 5000
in above data you can see ADF0 funds total is 5000 which is not null or 0
so query will give me the result as
Asset ID Diff ADF0 5000
Plase help me on same thanks
i am trying to make a query which will give my the result as
if Sum of filed is not null....
Criteria 1) (Field Name)in Category "Asset ID Diff" And "Cusip Change" should select first then
2) Fund and Amt
if Fund Amt is not zero than data will comes in query
Category Fund Amt
Asset ID Diff ADF0 1000
Asset ID Diff ADF0 -1000
Cusip Change ADGH 2000
Cusip Change ADGH -2000
Asset ID Diff ADF0 5000
in above data you can see ADF0 funds total is 5000 which is not null or 0
so query will give me the result as
Asset ID Diff ADF0 5000
Plase help me on same thanks