We are using PB 2019 GA and SNC SQL Server database driver.
We have a report datawindow that has three nested reports. The main datawindow has a number array as one of the arguments. Here is a snippet of the SQL taken from the SQL Server trace tool:
WHERE trans_hist.billing_period_id IN (32,31,30,29,28) and
We are adding the array to be one of the arguments passed to the nested report. Here is a snippet of the SQL executed by the nested report taken from the SQL Server trace tool:
WHERE ( 1 = 1 ) AND billing_period_id IN (1.618979505640535E-317,1.586600419474683E-317,1.554221333308831E-317,1.845632614735852E-317,1.81325352857E-317) AND (student_crs_hist.id_num = 1321 ) AND
Is this a known bug or one that has been fixed already?