Last post Oct 18, 2011 05:26 AM by TP
None
0 Points
5 Posts
Oct 18, 2011 05:03 AM|Trupti.Sarang|LINK
Hi,
I wish to query the dataset bind to rdlc in an expression
e.g
if dataset is as below
ColA ColB
a agad
b bdfd
c dfd
for above data want to get value of ColB based on Value of Col!.
Like select ColB.value where ColA.value is a
Is it possible to do using expression?
Member
383 Points
153 Posts
Oct 18, 2011 05:26 AM|TP|LINK
yea its possible, do something like
=IIf(ColA.value="a","True","False")
None
0 Points
5 Posts
In RDLC file how to filter a specific row and display data in specific column of that row from da...
Oct 18, 2011 05:03 AM|Trupti.Sarang|LINK
Hi,
I wish to query the dataset bind to rdlc in an expression
e.g
if dataset is as below
ColA ColB
a agad
b bdfd
c dfd
for above data want to get value of ColB based on Value of Col!.
Like select ColB.value where ColA.value is a
Is it possible to do using expression?
Member
383 Points
153 Posts
Re: In RDLC file how to filter a specific row and display data in specific column of that row fro...
Oct 18, 2011 05:26 AM|TP|LINK
yea its possible, do something like
=IIf(ColA.value="a","True","False")