Sr no issue in for different branch

I have differents branch in a company when i select the another branch it show from 150 because the first branch has 149 employees

pastedimage1508305622488v1.pngpastedimage1508305622489v2.png

Hello Seemab07,

We don’t know how you are going to select branch, but we can suggest, clear the values Branch - onValidate Triger

something like:
CLEAR(TempEmployee);
CLEAR(Loop);

and write the code that you written in OnOpen Trigger, or move all code in a function and call this function.
Also add this two lines code in OnOpen Triger

CLEAR(TempEmployee);
CLEAR(Loop);

where ever you written earlier code for Sr. No.

For better result post your code

pastedimage1508492444411v2.png pastedimage1508492890131v3.png

branch code selection above given suggestion is not working.