Answer Posted / Manveer Choudhary
In QlikView, the `connect` statement is used to establish connections between different data sources or to connect multiple scripts within a single load script.nnSyntax: `CONNECT To <data source> [Using username [Password]];`nn- `To`: Specifies the type of connection (e.g., ODBC, JDBC, etc.).n- `username` and `password` (optional): The credentials required to authenticate with the data source.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers