Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Select Code,
Sum(Case When SecType = 'TB' Then Value Else 0 End) As TB,
Sum(Case When SecType = 'FX' Then Value Else 0 End) As FX,
Sum(Case When SecType = 'XX' Then Value Else 0 End) As XX
From TableName
Group By Code