Saroj Rout

Greenhorn
+ Follow
since Sep 16, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Saroj Rout

We can use dynamic where condition in jasper.
Example:
select * from employee
where 1=1
$P!{WHERE_CONDITION}

Here WHERE_CONDITION is of String type & the default value can be-
"and emp_id='1001'"