Hey guys could someone help?
in my table I have these fields
[tipo_tarifa] Enum "Matricula","Mensualidad"
[nombre] type text
In the Suggested values section I have this formula
IF(
[tipo_tarifa] = "Mensualidad",
SELECT(meses[mes], [mes_laborable] = "Si"),
LIST("")
)
It returns the list without any problems, but I would like it to be returned in order by the [orden] field of the meses table
"meses" table records
With the formula it returns the result in this way, I want it to return the months as they are ordered in the original table
User | Count |
---|---|
17 | |
11 | |
7 | |
3 | |
2 |