Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
in the underneath image you see a straight table.
Can you help me with the following requirements:
Thanks regards!
Greets,
Rega
Try
=Age(Today(), [Date of Birth])
Returns the age at the time of timestamp (in completed years) of somebody born on date_of_birth.
Examples:
age('2007-01-25', '2005-10-29') returns 1
age('2007-10-29', '2005-10-29') returns 2
For the gender
=If(Gender= 'Dhr.','Male', 'Female')
I would suggest that you transform your data already in the script,if possible.
hi
try like this
if(Gender='Dhr.','Male' ,
if(Gender='Mevr','Female',Gender)) as Gender,
Hi Swuehl,
should i use =Age(Today(), [Date of birth]) as a expression or a dimension ?
It probably works at both places, having Customer as dimension.
Hi Guys,
i am stuck with setting a sort : top 5 in the underneath straight table. as you can see i already fill the value 5 for largest but still the straight table show more than 5 rows.
Which steps should i do now?
Are you using Total Spent as dimension or expression?
The dimension limit is looking for Top5 values of the first expression.
Try and expression
=Sum([Total Spent])