Jump to content

Difference in % for a cross table


Georgina Pollock

Recommended Posts

I have a cross table where I want to compare Fy19 percentages to Fy20 percentages to get a % change.

 

the cell values are as follows

UniqueCount(If([Task List Attached],[Work Order Number],null)) as [WO with task list]

UniqueCount([Work Order Number]) as [Total WO]

UniqueCount(If([Task List Attached],[Work Order Number],null)) / UniqueCount([Work Order Number]) as [%]

 

How do I do this

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...