i am using filter activity and want to filter out few values, means if these values is available in column then it should filter out, but not allowing me to filter out, why.
img for reference
Would recommend to have a view on this doc which has segments with explanation of each filed in FILTER DATATABLE activity and also an example of how to use it
ok, spelling was incorrect, thanks it is working as excepted.
one issue is there, i have written below formula to calculate something and write in each cell, it was working fine, but suddenly what happened donβt know. below is the formula.
β=IF(L2<=7,ββ0-7"β,IF(L2<=14,ββ8-14"β,IF(L2<=29,ββ15-29"β,IF(L2>30,ββ>30"β,ββNAββ))))β
And how it is appering in excel
how to fix ir, pls help, and in this step every time BOT is not able to write the formula, it throws error that excel is using and i have kill the excel before that but still it throws error sometimes.
Use the kill process activity before to excel activity
If needed use a Delay activity as well before to it
Formula might because of no value in referring column
Would suggest to check once whether the referred column has some values in excel before writing the formula
Hmm itβs something to deal with the formula and conditions involved
Would recommend to check once the condition one by one whether it matches with ur requirement