Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
warrentk80
Creator
Creator

More equal on sets Analysis

Goodmorning everyone

I have a database with data from 2016 and previous years.

Set in a formula Analysis use the code [Year Date Census] = {'2016'} to take only the 2016 data.

but if I have to take the data with Year Date Census> 2015 (then also have the 2017 data) syntax is used in the Analysis sets to take more data?

Thank you

Andrew

1 Reply
sushil353
Master II
Master II

use:

[Year Date Census] = {">2015 <=2017"}