L
lake2212
I have a table with Stockname, Symbol, SecurityType, OptionDate,
OptionStrikePrice, OptionDesc(which is OptionDate and OptionStrikePrice
concatenated), Sharesbought, Sharessold, Number of Shares(which is Sum of
Sharesbought and Sharessold). Would it be possible to subtotal only the
"Stock" SecurityType, and only show the subtotal for that SecurityType(no
detail records), then go on to list the other records without subtotals?
(Records with the SecurityType "Stock" will not ever have an "OptionDesc".
Example - Here would be sample data:
Stock name Symbol Security Type Option Desc Number of Shares
American Exp AXP Stock 500
American Exp AXP Stock 200
American Exp AXP Stock 25
American Exp AXP Call Jan-10-20 -15
American Exp AXP Put Apr-09-25.5 20
American Exp AXP Call Jan-11-50 -35
Can I get the report to look like this:
Stock Name Symbol Sec Type Desc #Shares
American Exp AXP Stock 725 (this is the
subtotal)
Call Jan-10-20 -15
Put Apr-09-25.5 20
Call Jan-11-50 -35
Thanks for your help.
Julie
OptionStrikePrice, OptionDesc(which is OptionDate and OptionStrikePrice
concatenated), Sharesbought, Sharessold, Number of Shares(which is Sum of
Sharesbought and Sharessold). Would it be possible to subtotal only the
"Stock" SecurityType, and only show the subtotal for that SecurityType(no
detail records), then go on to list the other records without subtotals?
(Records with the SecurityType "Stock" will not ever have an "OptionDesc".
Example - Here would be sample data:
Stock name Symbol Security Type Option Desc Number of Shares
American Exp AXP Stock 500
American Exp AXP Stock 200
American Exp AXP Stock 25
American Exp AXP Call Jan-10-20 -15
American Exp AXP Put Apr-09-25.5 20
American Exp AXP Call Jan-11-50 -35
Can I get the report to look like this:
Stock Name Symbol Sec Type Desc #Shares
American Exp AXP Stock 725 (this is the
subtotal)
Call Jan-10-20 -15
Put Apr-09-25.5 20
Call Jan-11-50 -35
Thanks for your help.
Julie