Using restriction values in a case statment. #101
Unanswered
ismael2314
asked this question in
Q&A
Replies: 1 comment
-
For this, you have to code some C# in a task...
In attachment is a report sample based on Northwind, Check also sample: 301-Input Values - Columns to display and Factor |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to create a report that uses the restriction for CASE and calculates the result, but I don't want the restriction to be part of the where clause.
The query looks like this:
select name, age, case when hiredDate < restrictionValue then salary else ' ' end from employee where age > 30
the above query is just a sample of what I wanted to do using seal.
Beta Was this translation helpful? Give feedback.
All reactions