Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Query output formatting problem

    Quick, simple, down and dirty based on what you have revealed about the data.

    SELECT SR.RoleName,

     'ManageBuyers'    = MAX(CASE AM.ModuleName  WHEN 'ManageBuyers'    THEN 1 ELSE 0 END),

     'ManageSuppliers' = MAX(CASE AM.ModuleName ...

Viewing post 1 (of 1 total)