| Refresh | Home EGTry.com


report expression

                        <contents>
                          <textItem>
                            <dataSource>
                              <reportExpression>if ParamDisplayValue('SelectReport')='DateRange' then 'Booking Count'
else if ParamDisplayValue('SelectReport')='Year Over Year (YOY/ YTD)' then 'Booking Count YOY / YTD View'
else if ParamDisplayValue('SelectReport')='Quarter Over Quarter (QOQ/ QTD)' then 'Booking Count QOQ / QTD View'
else if ParamDisplayValue('SelectReport')='Month Over Month (MOM/ MTD)' then 'Booking Count MOM / MTD View'
else
'Booking Count'
                              </reportExpression>
                            </dataSource>
                            <style>
                              <CSS value="font-family:'Andale mono';font-size:14pt;font-weight:bold;font-style:italic"/>
                            </style>
                          </textItem>
                       </contents>