17-02-22 09:54 AM
Answered! Go to Answer.
17-02-22 06:14 PM
17-02-22 11:44 AM
17-02-22 11:50 AM
Hello @cissoko yann,
Please do check the handle which you are using while using the inside the code filter . It seems the issue of the handle passing is different you can use same page to create the handle and use in our code block for filtering excel.
For filter excel you can also use VBO Collection Manipulation if that is what you needed for your use case where no need of code stage required.
if the column name is two separate words then it need to be in square brackets, i.e. [Left column]
also; when using variables its important to know the following; (its for text but you can experiment with it)
"[Column Name] = "'&[Variable]&"'"
""&&[Variable column name]&" = 'text'" or
""&&[Variable column name]&" = '"&[Variable]&"'"
you can also swap out = for, <> or Like etc.
experiment with it, it will be slightly different with numbers only.
17-02-22 02:05 PM
17-02-22 02:24 PM
17-02-22 03:45 PM
17-02-22 04:08 PM
17-02-22 06:14 PM