We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0015d93 commit 0f31cd6Copy full SHA for 0f31cd6
doc/developer_guide/developer_guide.md
@@ -27,6 +27,11 @@ Done as a fix for using slicers/filters with unicode characters.
27
Done as a fix because hashtype used to beseen as a Byte type instead of a text type. Might be obsolete now.
28
- Map from DECIMAL to BIGINT in the case of a 0 decimal digits.
29
30
+##### Triggering SQLColumns
31
+
32
+- Sometimes SQLColumns is not being triggered:
33
+This could be due to a number of reasons: Empty dataset, an earlier error (such as a folding error), cached.
34
+You can force this function to be run by going to the Data transformation window, picking the query and selecting "Refresh all"
35
36
#### SQLGetTypeInfo
37
0 commit comments