Isaac Correia Posted January 24, 2019 Posted January 24, 2019 I am trying to perform the below calculation in a Cross table, however I am receiving the following message "Invalid type for function call '/' on line 1, character 26" I have tried adjusting the space between the / but having no luck. UniqueCount([site Name]) / UniqueConcatenate([Count of Site]) If this is not possible, is there a way to divide 2 columns in a Cross table
James Watts Posted January 25, 2019 Posted January 25, 2019 UniqueCount returns an integer. UniqueConcatenate returns a string - which you cannot use in division.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now