View Options in Dashboard

I have a dashboard that I’m trying to filter based on the first 2 letters of a job number. In the View option, under BAQ options,how do I setup the where clause to only look at the first 2 letters when filtering? I’ve tried Like, I’ve tried = SP%, but nothing seems to work. I’m on Kinetic 2023.2.12 on premises.

3 Likes

I tend to use classic and not browser based, but I assume it’s the same on the BAQ.

for your example, I would change = to LIKE and SP% to CONCAT(‘SP’,‘%’)

Hannah’s is better. Use that one.

LIKE works as well.

image

2 Likes

Thank you all! Using LIKE worked for me. Appreciate the help:-)

1 Like

image

Why is “F” the first letter you chose?? :thinking:

:rofl:

1 Like

image

1 Like

That is a firm job. One might even say stiff.

F
Mixed Martial Arts Sport GIF by UFC

3 Likes