From 64059826d49e492757583c93266dfae812c3714f Mon Sep 17 00:00:00 2001 From: boutinb Date: Mon, 15 Jul 2024 17:14:47 +0200 Subject: [PATCH] selected variable is a scale --- inst/qml/LSTdescriptives.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/qml/LSTdescriptives.qml b/inst/qml/LSTdescriptives.qml index d86c8b4..2e45b6e 100644 --- a/inst/qml/LSTdescriptives.qml +++ b/inst/qml/LSTdescriptives.qml @@ -173,7 +173,7 @@ Form name: "selectedVariable" title: qsTr("Selected") singleVariable: true - allowedColumns: ["ordinal", "scale"] + allowedColumns: ["scale"] } } }