0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Query Builder:Expression】Try using IsYes statement

Posted at

This time, I will use the IsYes statement from among the many sharperlight expressions.
Launch the Query Builder from the Sharperlight application menu.
Set the filter settings as shown below and prepare a custom dataset.
image.png
A preview returns a dataset like this.
image.png
Now let's write the IsYes statement.
Right-click in the output area and select Add Expression.
When the Output Options dialog opens, select Functions -> Data Types -> IsYes from the Functions list.
You can transfer its template to the editor area by double-clicking it.
image.png
You can also search the statement in the list by typing a keyword in the Find box.
image.png
Let's validate the value of the Status field.
image.png
Change the Description of the added Expression like this.
image.png
Preview now! !
If the value of the Status field is Y, return True, otherwise return False.
image.png
I hope this will help your work.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?