Releases: lsgs/redcap-tableau-wdc
2.2.6 Bug fix
2.2.5 Minor enhancement
Bump default Tableau Connector JavaScript library to latest version.
2.2.4 Bug fix
Remove font-awesome icon from menu labels. Somehow they were causing the entire Control Center and project page EM menu sections to disappear.
2.2.3 Bug fixes
Fields with empty values for a record removed so Tableau uses null rather than default.
Use Tableau int/float for numeric fields rather than string.
Use Tableau int for checkbox, yesno, truefalse fields.
Updates to instruction page markup for Bootstrap 4.
2.2.2 Bug fix
Quick change to connector page classes to fix layout weirdness in Tableau browser for REDCap v9+. See https://community.projectredcap.org/questions/65971/tableau-web-data-connector-bug.html
2.2.1 Update connector page markup for Bootstrap 4
Update connector page markup for Bootstrap 4 (REDCap v8.7.0+)
2.2.0 Use string instead of int, float and boolean data types
Use string as Tableau data type instead of int, float or bool data type so can get empty values (not 0/0.0/false) for events where field values are not applicable.
2.1.0 Option for varname or label
Add exportFieldFormat, allowing users to select whether Tableau fields should be named using REDCap variable names or REDCap field labels.
2.0.1 Bug fixes
Two small changes:
- All Tableau dataset columns get 'string' format when selecting the "export labels" option
- wdc page link requires NOAUTH to work with REDCap v8.5.1+
2.0.0 Additional Extract Customisation Options
2.0.0 New Functionality
- New options available for customising the data extract:
-- Include Data Access Group no/yes
-- Subset of fields: specify a comma-, tab- or space-separated list export field names
-- Subset of records: specify a REDCap filter logic expression - Extracts include redcap_event_name, redcap_repeat_instrument and redcap_repeat_instance columns, where applicable