Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

different price levels incl a query Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
rli
Posted : Saturday, November 28, 2015 9:18:24 AM
Registered User
Joined: 9/13/2014
Posts: 11

Hi Bruce,

is there a possibility for following query:

 

price between 10 and 19.99: ABS(XAVGC9 / XAVGC20 - 1) <= .001

OR

price between 20 and 29.99: ABS(XAVGC9 / XAVGC20 - 1) <= .0009

OR

price between 30 and 40: ABS(XAVGC9 / XAVGC20 - 1) <= .0006

 

 

thanks for your ideas

Rainer

Bruce_L
Posted : Monday, November 30, 2015 11:17:00 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You almost have it written already.

(10 <= C AND C < 20 AND ABS(XAVGC9 / XAVGC20 - 1) <= .001) OR (20 <= C AND C < 30 AND ABS(XAVGC9 / XAVGC20 - 1) <= .0009) OR (30 <= C AND C <= 40 AND ABS(XAVGC9 / XAVGC20 - 1) <= .0006)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.