First step would be to create calculate the difference between DoB & EnrolmentDate. Create a formula called "Age"
datediff ("yyyy", {DOB}, {EnrolmentDate})
Then you can convert the age into a range with a series of IF statements. Create a formula called "Age Range":
IF {@Age} < 20 THEN "<...
I am currently trying to analyse a single table of data (example shown below). The table contains sales information with seller and customer ID's and we need to calculate when a seller sells more than 1 product to the same customer (at which point we assign a bonus 'sale' to the seller). To...
thanks for the great reply dk87. much appreciated :)
the concept seems to work, but i think i may have made a mistake in the implementation of some part of the forumla
The G2Processing forumla seems to return TRUE / FALSE result (rather than a numerical result as i would have expected). As...
I have a very large amount of data, each line represents an Action by a user. I need to summarise, for each individual user the number of times they have used a particular application. The tricky part is that i can't take the total number of application usages, i need to see the number of...
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.