Using HighQ isheets as External Tables
HighQ iSheets that have been added to your Contract Express External Table list can be used as an external data source and queried using Select statements. This article provides information on how the data query works for different types of iSheet data.
For more general information on how to use data from external tables, please refer to the articles Accessing external data in the questionnaire and Select Operator (from External Data Source).
iSheet data types
- Datemust be passed in the format DD-MM-YYYY anddate and timein the format DD-MM-YYYY HH:MM.
- File linkonly searches by the file name and will not search by extension (for example, image).
- Attachmentcolumn will search with name and extension (for example, image.png).
- Empty searchmust use Equal and Not Equal operators.
- For example: (col_1234 Is "") will work, but (col_1234 IsMoreThan "") will not work.
- To searchchoicequestions with multi-options, use an OR query.
- ForRich Text Box, search by html tag is not supported.
- For example: (col_123 Is "<html>test</html>") will not work.
- To search with asingle quote(‘) inside the text string, the symbol must be escaped using \\'.
- For example: (col_1234 Is "user\\'s data")
- Thehyperlinkcolumn will not return empty data with any operator.