We are running CS 23.2.
we are running a livereport with the following sql
SELECT Name as "USERID %1"
FROM KUAF WHERE Type=1 AND ID IN (SELECT ID FROM KUAFChildren WHERE ChildID = (SELECT ID FROM KUAF WHERE ID='%1') )
Where %1 is a user type input. the LiveReport returns an error but if we change the type to InsertString it does insert the value in the column header.