push5280 201 posts msg #160815 - Ignore push5280 modified |
1/30/2024 8:44:29 PM
Need some help from the group. I'm thinking this is giving me an error because I'm using two user defined values or is it because "count" and "in between" hate each other?
|
redversa721 157 posts msg #160817 - Ignore redversa721 |
1/31/2024 2:35:32 AM
Can you break down the in between step into 2 pieces
stagec1 is count (ema> 6molo,1)
stagec2 is count(ema< 6mohi,1)
not sure if this would work but thought i'll just ket you know
|
xarlor 581 posts msg #160819 - Ignore xarlor |
1/31/2024 9:47:03 AM
|
nibor100 1,031 posts msg #160825 - Ignore nibor100 |
2/1/2024 2:24:46 AM
You can use count and "is between" together in a statement if SF, however it is my understanding that SF will only apply "is between" to actual numbers, not defined variables.
For example this statement should work:
add column count(ema(5) is between 10 and 20,1)
hope this helps,
Ed S.
|
push5280 201 posts msg #160832 - Ignore push5280 |
2/1/2024 12:35:09 PM
Thanks Ed!
I thought that using user defined variables was what was causing the issue but I couldn't find any documentation on limitations. I appreciate your help.
|