1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
The #gt helper can only compare like data types. Your script is comparing Attributes.Length (presumably a float or double number data type) against "100", which is a number string. This may or may not be the issue, but it's one I've come across with comparison helpers. You might try it without the quotes around 100 and see if that works.
respondido hace 3 años
Contenido relevante
- preguntada hace 5 meses
- preguntada hace 7 meses
- preguntada hace 7 meses
- OFICIAL DE AWSActualizada hace un año
