Answer Posted / Mohammad Imran
In QlikView, the `keep` statement is used to exclude specific rows from a load script based on certain conditions. It can be applied to either LOAD or INSERT statements.nnSyntax: `LOAD [...] keep (expression1 [, expression2 ...])`nn- The expressions define the criteria for keeping rows. Rows that do not meet these criteria will be excluded from the load.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers