You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info :qsTr("Only nominal or ordinal variable are available. Choose one of them.")
70
+
}
71
+
72
+
Text
73
+
{
74
+
text :qsTr("<b>Warning</b>: No nominal or ordinal variable in your dataset.<br>Either change a variable type from scale to nominal (or ordinal), or load another dataset")
75
+
visible :nominalOrOrdinalVariables.count===1// Empty value is already 1 element.
0 commit comments