October 02, 2023, 05:01:24 PM
Welcome, Guest. Please login or register
News: Stay up to date with everything that's happening at http://twitter.digitalsignage.com

MediaSignage support forum



Author Topic: Json player filter not working  (Read 4677 times)

signTech

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
Json player filter not working
« on: June 24, 2019, 10:31:33 AM »
>, <, >= and <= do not work in filters.

I need to be able to select all my records with a year between two entered years. ie.
Filter
filter.startYear <=  dataYear
filter.endYear >=  dataYear

Is there another way to do this? 
If I had a list of the years to select, would that help?

admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 5181
  • Karma: +36/-8
Re: Json player filter not working
« Reply #1 on: June 27, 2019, 08:47:47 AM »
currently, the only filter available is == and in

what you can try is to create a list with fixed range - each range has a value to use to filter with. for example:
RangeValue
1995-1999
0
2000-2005
1
2006-2010
2
2011-2015
3
2016-2019
4

then use Value for your filter

best regards

-ADMIN

 

Carbonate design by Bloc
variant: carbon
SMF 2.0.12 | SMF © 2016, Simple Machines