Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a Filter for the Field "MachineNo" which contains values like X90, Y788, 0333, 0015...
By default when a particular sheet is loaded, I wanted to load it with a "Machineno" filter with specified values of
Y788 & 0333.
So I Used a Button and in the action specified the field "MachineNo" with the values as ('Y788;0333').
It is picking the value Y788 only, but It is ignoring the value '0333'.
The Field "MachineNo" is a Text Field & I did not know why it not picking up the value that starts with 0.
Anyone can you please help.
Thanks