Jump to content

vachon

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by vachon

  1. I have tried many many options (including putting it in a derived table, but then I cant have a join), this is the current one:

    (Year(Today(0)) - "yob" >= 13) AND (Year(Today(0)) - "yob" <= 17)

    Important to note, our data team actually has YOB as a int, not as a datetime or timestamp

     

     

     

  2. I'm trying to get a caluclated measure to bucket ages (e.g. 13-17, 18-24, etc).  I get the buckets to work as they return true or false when drilling into the crosstab, yet the values seem far off and the values across buckets are identical.

     

    I'm guessing its not counting the number of boolean "true", but all booleans regardless of their value.  Anyone gotten this to work?

×
×
  • Create New...