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
Copy file name to clipboardExpand all lines: docs/doc/en/4.1.-Coding-Text.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,9 @@ There is an undo button to remove the auto-codings that were last applied.
69
69
SOLUTION: select only ONE file in the file selection step, or use QualCoder 3.7 version.**
70
70
71
71
**When auto-coding exact text with REGEX the regex text is stored in the coding segment, and not the correct text.
72
-
SOLUTION: Back up your project and run an update in Reports > Database Queries using this command: _update code_text set seltext = (select substr(source.fulltext, code_text.pos0 + 1, code_text.pos1-code_text.pos0) from source where code_text.fid=source.id)_**
72
+
SOLUTION: Back up your project and run an update in Reports > Database Queries using this command:**
73
+
74
+
_update code_text set seltext = (select substr(source.fulltext, code_text.pos0 + 1, code_text.pos1-code_text.pos0) from source where code_text.fid=source.id)_
0 commit comments