How to calculate nominal domain for more than 60 unique values

Dear all,

with the help of an Empty Table Creator node, a Random Number Assigner and a Number To String, I was able to figure out that nominal domains (visible as ValueXX columns in the table spec) are automatically calculated for up to 60 unique values, but not if the number of unique values is 61 or above. (Is this documented somewhere? I didn’t find it in my searches…)

Is there a way to enforce domain calculation if you have more than 60 values in a column? I tried Edit Nominal Domain but wasn’t successful.

In my use case, I’d like to apply a Nominal Row Filter Configuration to about 100 unique values (Strings), to allow a user to select e.g. 10 values among those.

Cheers
Jan

Use


node before filter.

3 Likes

Thanks a lot. I thought I had tried this one as well, but I must have missed the Restrict number of possible values option that is activated and set to 60 by default :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.