Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

Converting shared variables in crystal to ssrs 2010

$
0
0

Hi All,

I am working on crystal to ssrs conversion project

Please help me in converting below crystal code to ssrs.

Shared StringVar RoomD2;

Shared BooleanVar RoomClashD2;

if {vStudent.PeriodNumberSeq} = 1 and RoomD2 = '' 
    and {vStudent.DayNumber} = 2 then
  RoomD2 := {vStudent.Room};
if {vStudent.PeriodNumberSeq} = 1 and RoomD2 <> {vStudent.Room} 
     and {vStudent.DayNumber} = 2 then
  RoomClashD2 := true;

and new to ssrs.


Thanks in advance.


Viewing all articles
Browse latest Browse all 10045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>