Kristoffer Bjärkefur

Results 167 comments of Kristoffer Bjärkefur

Ok, so this could be in either of these fields: - label columns - label columns (choice sheet) - relevance column - calculate column - condition column - filter column...

@bbdaniels here is how you can modify locals without interpret them: ``` *Do not interpret macros local line : subinstr local line "\$" "\\$" local line : subinstr local line...

Do not implement directly. Instead, make sure this feature exists in utility sub-programs in #146, and then use that sub-program here

I would say _wontfix_ or at least _low priority_ on this one. Seems like something very tricky to know if and when we have solved due to different formats and...

Good suggestion! A few thoughts on how to implement. - To test which _select_ fields have 'other' option we must test on the string `other` right? Cause that would mean...

I like that idea! Cause if we require people to list what codes they use for "don't know" etc. then we can test that those code are used consistently! On...

I am ok with this. We should just think through if it could create errors when importing back into the command next time it runs. Could there be precision errors...

Not a bad idea, let's look into this next time we re-visit this code.