Browse By Tags

  • How to make text smaller depending on space available?

    Hello all, I want to make an if statement that will say: "if the difference between depth and bottom values is less than 1, reduce the size of the text to 0.08 inches". I think this would go in the "Height Override Expression property of the section…
  • Studio - 'if' function syntax

    Hi all, I'm running into an issue with the 'if' statements on Template Studio that is unintuitive to me. I input the following expression: if([LocationDetails.CoordinateDisplay] = 'Lat/Long', textStyle('Latitude: ', '700', 'Normal', '000000') +…
  • How to make Cull pattern

    I have list of objects and I have another list of true false. I wanna make list of all objects are true like this. List1:(Curve 1,Curve 2 ,Curve 3 ) Pattern list:(True,False,True) Expected result: (Curve1,Curve3) how can I make this function…
  • How to make IF in GC

    hi I'm trying to make IF for Circle radius. I wanna when my line length is more than 5 it use 5 for circle radius and when it is less than 5 it use line length. I have problem in IF.