Hi May you please help with the query below I am at odds as to what the problem is, it fails on a case statement at the end of the query
Declare
@StartPeriod Numeric(18,0),
@EndPeriod Numeric(18,0),
@Consolidate Varchar(200),
@TransferType Varchar(200),
@EEOccupLevels Varchar(200)
Set...
Hi Guys
Is it possible to have the values of a matrix row change based on parameter values? Where your default value would be all regions but when a user select a particular region you display all areas under that region.
I wrote something like this on the expression area of the matrix row...
Hi I need help please
I would like to create a drill through on my matrix data region. Currently I have managed to drill through on any of the matrix cells but I'm not winning with totals.
So I've been searching for solutions and many seem to suggest the use of InScope function. Now I have...
Hi! Thanks for the reply
The problem is that Earningranges is a text field which states the pay range of the employee hence I first need to count then use the results.
Witha that in mind I have decided to create a table from this query then use the resultant table to do my calculations...
Hi! Guys
Please Help I need to calculate percetages of my employee transfers Grouped by gender and race.
I have a query that goes like so:
SELECT Cast(COUNT(EarningRange)as Float) AS ER, Race, Gender, CASE WHEN TransferType = 'TransferIn' THEN 'Transfers' END AS HeadCount
FROM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.