How to set a Condition for bound Text Object while getting Data From DB ?
Hi,
I have got 2 text object thats bounded with [PERSONEL.OLD] object. I want to set a condition on this object if row's PersonelID=2 then show the data for PersonelID else next column if row's PersonelID=3 then show the data for PersonelID else next column ... goin' like this.
Or how can i solve this. I have 15 Personel and i wanna group column personel by personel with Columns. Each Column must be hold different personel's process.
Enviorement ;
DB = MSSQL 2008 SERVER
Prog. Lang = C#
Fast Report = 1.4
I have got 2 text object thats bounded with [PERSONEL.OLD] object. I want to set a condition on this object if row's PersonelID=2 then show the data for PersonelID else next column if row's PersonelID=3 then show the data for PersonelID else next column ... goin' like this.
Or how can i solve this. I have 15 Personel and i wanna group column personel by personel with Columns. Each Column must be hold different personel's process.
Enviorement ;
DB = MSSQL 2008 SERVER
Prog. Lang = C#
Fast Report = 1.4
Comments