I have a dropdown field called: "DataCardValue47" and it contains numbers from: 01 to 24, and I want other fields to appear if the value is less than or equal to the value selected in the "DataCardValue47" field.

My code:
If(DataCardValue47.Selected.Value= Value(DataCardValue13.Text)<=23;true;false)
An example:
I have a field called: "ValorDaParcela23", and the value in the field "DataCardValue47" is equal to: 23 or less it shows, if not, no.