Dears, I have table in Microsoft SQL server DB as follow:
SysNameFlag | NotificationTime
1 | 02:55:01
1 | 07:40:00
9 | 10:55:06
Each SysNameFlag
refer to specific system name.
My question is how is it able to display the data in SSRS
as for each value "1" in SysNameFlag display as "Android" and so on?
Thank you.