When I don't have a sample type, I want the TESTS, U.S.C.S., etc. columns to move to the left a little bit to fill in the missing space:
I added the Offset Sample Type in the report properties:
I also added the offset x in each private blocks:
but this still hasn't worked to move the columns over. I'm guessing I'm not sure the correct offset x wording.
Thank you William for responding. Do you know the expression I need to add in the Report Variables? I'm learning gINT on my own and don't know all these expressions to use.
Hi Krista, I don't work with the dynamic logs, but I think you need to add a Boolean expression to your Report Variables for "Has Sample Type" to return a true/false to go with your "Offset Sample Type". Your IIF expression will return a value of 0 if that is true, or 0.3 if that is false.
Also, I think your Block Properties offset X should be: <<Calc(-<<Report Var.Offset Sample Type>>)>> , which will either be 0 or 0.3, but I think the Cal c converts to a negative number