Skip to content

Commit e2fb1f2

Browse files
authored
Update 4.1.-Coding-Text.md
1 parent a694219 commit e2fb1f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/doc/en/4.1.-Coding-Text.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ There is an undo button to remove the auto-codings that were last applied.
6969
SOLUTION: select only ONE file in the file selection step, or use QualCoder 3.7 version.**
7070

7171
**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)_
7375

7476
## Auto speaker codings
7577

0 commit comments

Comments
 (0)