<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Example for Qlik Sense to synchronize users and attributes from excel in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Example-for-Qlik-Sense-to-synchronize-users-and-attributes-from/ta-p/1716503</link>
    <description>&lt;P&gt;This article provides an example of how to retrieve user attributes from Excel.&lt;/P&gt;
&lt;P&gt;For more information on the Qlik Sense User Directory Connector and its options for reading user attributes from different sources, see &lt;A href="https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/user-directory-connectors-overview.htm" target="_blank" rel="noopener"&gt;User directory connectors&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Synchronizing user data and attributes does not carry out authentication. It is intended to enable the use of additional attributes which may not otherwise be synchronized or to pre-emtively distribute licenses. Authentication must be handled by your choice of identity provider. In the Excel example, this would typically be Windows.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;Qlik Sense any version&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H4&gt;&lt;STRONG&gt;ODBC&amp;nbsp;example&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Each data source has a different configuration and the following example (Excel) of adding an ODBC&amp;nbsp;user directory connector.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;ODBC example (Excel)&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Verify that the Microsoft Excel Driver is installed.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1verify_driver.png" style="width: 960px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54678i6DFE1459E32280DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1verify_driver.png" alt="1verify_driver.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Set up an ODBC source on the server.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2source.png" style="width: 960px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54679iCE3643145E3C2F7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2source.png" alt="2source.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3excel setup.png" style="width: 960px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54680i65BEBF88CB11E1D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="3excel setup.png" alt="3excel setup.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;You need to store the data in two separate sheets in the same excel file, for example, for example you can place it in this location:&amp;nbsp;%ProgramData%\Qlik\Sense\temp.&lt;/P&gt;
&lt;P&gt;The temp folder is not included in the default installation. You need to create the temp folder, if not already done by another&amp;nbsp;QMC&amp;nbsp;administrator.&lt;/P&gt;
&lt;P&gt;SheetA contains the users and&amp;nbsp;SheetB the user attributes.&lt;/P&gt;
&lt;P&gt;Example:&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;SheetA&lt;/P&gt;
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;userid&lt;/TD&gt;
&lt;TD&gt;name&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Bill&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;SheetB&lt;/P&gt;
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;userid&lt;/TD&gt;
&lt;TD&gt;type&lt;/TD&gt;
&lt;TD&gt;value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;email&lt;/TD&gt;
&lt;TD&gt;jd@email.com&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;lastname&lt;/TD&gt;
&lt;TD&gt;Doe&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;email&lt;/TD&gt;
&lt;TD&gt;bg@email.com&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;lastname&lt;/TD&gt;
&lt;TD&gt;Gates&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;email&lt;/TD&gt;
&lt;TD&gt;th@email.com&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;lastname&lt;/TD&gt;
&lt;TD&gt;Hanks&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select&amp;nbsp;User directory connectors&amp;nbsp;on the&amp;nbsp;QMC&amp;nbsp;start page or from the&amp;nbsp;Start&amp;nbsp;drop-down menu to display the overview. Create a new user directory connector (ODBC) and edit the properties.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="udc.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54681i6D1A582BBEEA4189/image-size/large?v=v2&amp;amp;px=999" role="button" title="udc.png" alt="udc.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Identification&lt;/P&gt;
&lt;P&gt;All fields are mandatory and must not be empty.&lt;/P&gt;
Property Description
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Name&lt;/TD&gt;
&lt;TD&gt;The name of the UDC configuration, defined from the&amp;nbsp;QMC.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Type&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;The UDC type.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;User sync settings&lt;/P&gt;
Property Description Default value
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Sync user data for existing users&lt;/TD&gt;
&lt;TD&gt;
&lt;UL&gt;
&lt;LI&gt;When selected, only the existing users are synchronized. An existing user is a user who has logged in to&amp;nbsp;Qlik Sense&amp;nbsp;and/or been previously synchronized from the configured directory service.&lt;/LI&gt;
&lt;LI&gt;When not selected, all the users, defined by the properties for the UDC, are synchronized from the configured directory service.&lt;/LI&gt;
&lt;/UL&gt;
The user attributes are only synced when a user logs in to the hub. Even if you delete the user in the&amp;nbsp;QMC, the active session is still valid for the user that has been deleted. If the hub is only refreshed, the user is added to the database, but without any attributes.&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Selected&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Connection&lt;/P&gt;
Property Description Default value
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;User directory name&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;The name of the user directory. Must be unique, otherwise the connector will not be configured. The name must not contain spaces.&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Users table name&lt;/TD&gt;
&lt;TD&gt;The name of the table containing the users. Include the file extension in the table name, for example:&amp;nbsp;[SheetA$].&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Attributes table name&lt;/TD&gt;
&lt;TD&gt;The name of the table containing the user attributes. Include the file extension in the table name, for example:&amp;nbsp;[SheetB$].&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Visible connection string&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;The visible part of the connection string that is used to connect to the data source.&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Encrypted connection string&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;The encrypted part of the connection string that is used to connect to the data source. Typically, this string contains user name and password.&lt;/P&gt;
The two connection strings are concatenated into a single connection string when making the connection to the database.&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Synchronization timeout (seconds)&lt;/TD&gt;
&lt;TD&gt;The timeout for reading data from the data source.&lt;/TD&gt;
&lt;TD&gt;240&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;User table name:&amp;nbsp;[SheetA$]&lt;/P&gt;
&lt;P&gt;Attributes table name:&amp;nbsp;[SheetB$]&lt;/P&gt;
&lt;P&gt;Visible connections string:&amp;nbsp;&amp;nbsp;Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};Dbq=%ProgramData%\Qlik\Sense\temp&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Click&amp;nbsp;Apply&amp;nbsp;to apply your changes.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Go to the&amp;nbsp;User directory connectors&amp;nbsp;overview and check if the user directory is displayed as&amp;nbsp;Configured&amp;nbsp;and&amp;nbsp;Operational.&lt;/P&gt;
If the User directory name is not unique the connector will not be configured. If not operational,&amp;nbsp;check the repository system log in:&amp;nbsp;%ProgramData%\Qlik\Sense\Log\Repository\Trace.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You have added an ODBC&amp;nbsp;data source and initial synchronization will be performed within five minutes (by default).&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2024 10:10:51 GMT</pubDate>
    <dc:creator>Lisa_Sun</dc:creator>
    <dc:date>2024-08-20T10:10:51Z</dc:date>
    <item>
      <title>Example for Qlik Sense to synchronize users and attributes from excel</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Example-for-Qlik-Sense-to-synchronize-users-and-attributes-from/ta-p/1716503</link>
      <description>&lt;P&gt;This article provides an example of how to retrieve user attributes from Excel.&lt;/P&gt;
&lt;P&gt;For more information on the Qlik Sense User Directory Connector and its options for reading user attributes from different sources, see &lt;A href="https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/user-directory-connectors-overview.htm" target="_blank" rel="noopener"&gt;User directory connectors&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Synchronizing user data and attributes does not carry out authentication. It is intended to enable the use of additional attributes which may not otherwise be synchronized or to pre-emtively distribute licenses. Authentication must be handled by your choice of identity provider. In the Excel example, this would typically be Windows.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;DIV class="lia-indent-padding-left-30px"&gt;Qlik Sense any version&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H4&gt;&lt;STRONG&gt;ODBC&amp;nbsp;example&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Each data source has a different configuration and the following example (Excel) of adding an ODBC&amp;nbsp;user directory connector.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;ODBC example (Excel)&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Verify that the Microsoft Excel Driver is installed.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1verify_driver.png" style="width: 960px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54678i6DFE1459E32280DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1verify_driver.png" alt="1verify_driver.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Set up an ODBC source on the server.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2source.png" style="width: 960px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54679iCE3643145E3C2F7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2source.png" alt="2source.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3excel setup.png" style="width: 960px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54680i65BEBF88CB11E1D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="3excel setup.png" alt="3excel setup.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;You need to store the data in two separate sheets in the same excel file, for example, for example you can place it in this location:&amp;nbsp;%ProgramData%\Qlik\Sense\temp.&lt;/P&gt;
&lt;P&gt;The temp folder is not included in the default installation. You need to create the temp folder, if not already done by another&amp;nbsp;QMC&amp;nbsp;administrator.&lt;/P&gt;
&lt;P&gt;SheetA contains the users and&amp;nbsp;SheetB the user attributes.&lt;/P&gt;
&lt;P&gt;Example:&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;SheetA&lt;/P&gt;
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;userid&lt;/TD&gt;
&lt;TD&gt;name&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Bill&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;SheetB&lt;/P&gt;
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;userid&lt;/TD&gt;
&lt;TD&gt;type&lt;/TD&gt;
&lt;TD&gt;value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;email&lt;/TD&gt;
&lt;TD&gt;jd@email.com&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;lastname&lt;/TD&gt;
&lt;TD&gt;Doe&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;email&lt;/TD&gt;
&lt;TD&gt;bg@email.com&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;lastname&lt;/TD&gt;
&lt;TD&gt;Gates&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;email&lt;/TD&gt;
&lt;TD&gt;th@email.com&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;lastname&lt;/TD&gt;
&lt;TD&gt;Hanks&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select&amp;nbsp;User directory connectors&amp;nbsp;on the&amp;nbsp;QMC&amp;nbsp;start page or from the&amp;nbsp;Start&amp;nbsp;drop-down menu to display the overview. Create a new user directory connector (ODBC) and edit the properties.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="udc.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54681i6D1A582BBEEA4189/image-size/large?v=v2&amp;amp;px=999" role="button" title="udc.png" alt="udc.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Identification&lt;/P&gt;
&lt;P&gt;All fields are mandatory and must not be empty.&lt;/P&gt;
Property Description
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Name&lt;/TD&gt;
&lt;TD&gt;The name of the UDC configuration, defined from the&amp;nbsp;QMC.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Type&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;The UDC type.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;User sync settings&lt;/P&gt;
Property Description Default value
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Sync user data for existing users&lt;/TD&gt;
&lt;TD&gt;
&lt;UL&gt;
&lt;LI&gt;When selected, only the existing users are synchronized. An existing user is a user who has logged in to&amp;nbsp;Qlik Sense&amp;nbsp;and/or been previously synchronized from the configured directory service.&lt;/LI&gt;
&lt;LI&gt;When not selected, all the users, defined by the properties for the UDC, are synchronized from the configured directory service.&lt;/LI&gt;
&lt;/UL&gt;
The user attributes are only synced when a user logs in to the hub. Even if you delete the user in the&amp;nbsp;QMC, the active session is still valid for the user that has been deleted. If the hub is only refreshed, the user is added to the database, but without any attributes.&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Selected&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Connection&lt;/P&gt;
Property Description Default value
&lt;TABLE border="2" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;User directory name&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;The name of the user directory. Must be unique, otherwise the connector will not be configured. The name must not contain spaces.&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Users table name&lt;/TD&gt;
&lt;TD&gt;The name of the table containing the users. Include the file extension in the table name, for example:&amp;nbsp;[SheetA$].&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Attributes table name&lt;/TD&gt;
&lt;TD&gt;The name of the table containing the user attributes. Include the file extension in the table name, for example:&amp;nbsp;[SheetB$].&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Visible connection string&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;The visible part of the connection string that is used to connect to the data source.&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Encrypted connection string&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;The encrypted part of the connection string that is used to connect to the data source. Typically, this string contains user name and password.&lt;/P&gt;
The two connection strings are concatenated into a single connection string when making the connection to the database.&lt;/TD&gt;
&lt;TD&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Synchronization timeout (seconds)&lt;/TD&gt;
&lt;TD&gt;The timeout for reading data from the data source.&lt;/TD&gt;
&lt;TD&gt;240&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;User table name:&amp;nbsp;[SheetA$]&lt;/P&gt;
&lt;P&gt;Attributes table name:&amp;nbsp;[SheetB$]&lt;/P&gt;
&lt;P&gt;Visible connections string:&amp;nbsp;&amp;nbsp;Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};Dbq=%ProgramData%\Qlik\Sense\temp&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Click&amp;nbsp;Apply&amp;nbsp;to apply your changes.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Go to the&amp;nbsp;User directory connectors&amp;nbsp;overview and check if the user directory is displayed as&amp;nbsp;Configured&amp;nbsp;and&amp;nbsp;Operational.&lt;/P&gt;
If the User directory name is not unique the connector will not be configured. If not operational,&amp;nbsp;check the repository system log in:&amp;nbsp;%ProgramData%\Qlik\Sense\Log\Repository\Trace.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You have added an ODBC&amp;nbsp;data source and initial synchronization will be performed within five minutes (by default).&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 10:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Example-for-Qlik-Sense-to-synchronize-users-and-attributes-from/ta-p/1716503</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2024-08-20T10:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Example for Qlik Sense to synchronize users and attributes from excel</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Example-for-Qlik-Sense-to-synchronize-users-and-attributes-from/tac-p/2476513#M14409</link>
      <description>&lt;P&gt;What will be the password for User ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 15:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Example-for-Qlik-Sense-to-synchronize-users-and-attributes-from/tac-p/2476513#M14409</guid>
      <dc:creator>RaviBasserah</dc:creator>
      <dc:date>2024-08-15T15:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Example for Qlik Sense to synchronize users and attributes from excel</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Example-for-Qlik-Sense-to-synchronize-users-and-attributes-from/tac-p/2476988#M14441</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/171144"&gt;@RaviBasserah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Synchronizing user data and attributes does not carry out authentication. It is intended to enable the use of additional attributes which may not otherwise be synchronized or to pre-emtively distribute licenses. Authentication must be handled by your choice of identity provider. In the Excel example, this would typically be Windows.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 10:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Example-for-Qlik-Sense-to-synchronize-users-and-attributes-from/tac-p/2476988#M14441</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-08-20T10:11:22Z</dc:date>
    </item>
  </channel>
</rss>

