Hi,
Can we use User Report Variables or User System Data or any other expression in the Column Width Expression for a Column Plot vs Depth entity ?
Regards,
Sapna
Yes you can.
Here is a NOTE from the Column Width Expression property under the help section of gINT considering your are needing this for Plots vs Depth:
The Column Width Expression accepts a value or an expression.
If you use an expression, we recommend providing a value for the Column Display Width property. If not, the program will display the column at a width of 0.1 inches (2.54 mm).
For Plot vs Depth and Bar Chart vs Depth entities (and their column entity equivalents) this property can be an expression which can vary on a PointID, Project, or output prompt basis, that is, the entity column width can vary from one borehole to another. But, it cannot change with depth within the same borehole.. If you do have an expression, you can set a "Column Display Width" value. This value is only used at design-time.
Hi Aparna,
Thank You.
We tried using <<Report Var.ColWidth>>, but it did not work (guess it was showing up 0.1 inches in the output as well).
We also tried a simple IIF expression <<IIF(true, 150, 50). This also didn't seem to work.
However, the expressions worked fine with a column text vs depth entity.