17 Feb 2025
10:02 AM
- last edited on
19 May 2025
12:24 PM
by
MaciejNeumann
Hello,
Just to make sure,
dt.davis.is_merging_allowed true
dt.davis.is_entity_remapping_allowed false
Those will be boolean in DQL
And
myLittleVar true
This will be a sting?
(So when I need it in my script to be a boolean I first have to convert)
KR Henk
Solved! Go to Solution.
24 Nov 2025 01:59 PM
Hi @henk_stobbe,
I can confirm that dt.davis.is_merging_allowed and dt.davis.is_entity_remapping_allowed are boolean (here is documentation), but could you clarify what do you mean specifically by myLittleVar?
24 Nov 2025 05:07 PM
Sorry, do not know what I was thinking at that moment... I assume when you define any var as "true" you will get a string?
KR Henk