Offset X

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.

Parents
  • 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

Reply
  • 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

Children