IBM Cognos Report Studio: Expression Builder Syntax -


i working report studio , need create few expressions cross-tab query. attempting group orders age groups (for rows in cross-tab). build these groups trying create expression following:

select [sql5].[outbound_order_id], [sql5].[priority]  [sql5].[outbound_order_line_id] =1 , [sql5].[age] <= 2 

although works in sql platforms, cognos not validating expression. while ibm has lot of material calculations, have been unable locate syntax examples. can experience in report studio provide syntax example perform expression such above? in advance.

what's validation error get? appears forgot part

select [sql5].[outbound_order_id], [sql5].[priority]  [sql5] [sql5].[outbound_order_line_id] =1 , [sql5].[age] <= 2 

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -