Skip to content

Releases: lsgs/redcap-tableau-wdc

2.2.6 Bug fix

04 Oct 20:36
Compare
Choose a tag to compare

Bug fix for PHP 8
Update instructions re. incorporation into core REDCap from v11.2.0

2.2.5 Minor enhancement

26 Aug 02:00
4a55bc3
Compare
Choose a tag to compare

Bump default Tableau Connector JavaScript library to latest version.

2.2.4 Bug fix

10 Sep 22:47
Compare
Choose a tag to compare

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

09 Aug 02:36
Compare
Choose a tag to compare

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

27 Jun 08:31
Compare
Choose a tag to compare

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

29 Nov 23:14
Compare
Choose a tag to compare

Update connector page markup for Bootstrap 4 (REDCap v8.7.0+)

2.2.0 Use string instead of int, float and boolean data types

15 Oct 09:56
Compare
Choose a tag to compare

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

08 Oct 09:47
cd25f7e
Compare
Choose a tag to compare

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

06 Jul 02:11
03bb0ba
Compare
Choose a tag to compare

Two small changes:

  1. All Tableau dataset columns get 'string' format when selecting the "export labels" option
  2. wdc page link requires NOAUTH to work with REDCap v8.5.1+

2.0.0 Additional Extract Customisation Options

15 May 09:39
25f78c1
Compare
Choose a tag to compare

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