Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: SUM values based on column parameters

    Thanks very much Ninja's_RGR'us

    I will analyse the sql script...

    regards

    Bol

  • RE: SUM values based on column parameters

    Hello Sean.

    I believe you answer my question that a column cannot be passed as a parameter...

    The informationI included is the entire table for fund_balance in the database... It does not...

  • RE: SUM values based on column parameters

    Hello Guys,

    Below is the Information

    CREATE TABLE [dbo].[fund_balance](

    [ldr_entity_id] [char](5) NOT NULL,

    [processing_yr] [smallint] NOT NULL,

    [rollup_structure_id] [char](10) NOT NULL,

    [cost_centre] [char](5) NOT NULL,

    [item] [char](5) NOT NULL,

    [programme] [char](3) NOT NULL,

    [activity] [char](4) NOT NULL,

    [btl_sof] [char](8) NOT...

Viewing 3 posts - 1 through 4 (of 4 total)