Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Nj_young  
#1 Posted : Wednesday, May 13, 2020 10:10:32 AM(UTC)
Nj_young
Rank: Advanced Member

Reputation:

Groups: Registered
Posts: 84

Thanks: 2 times

I am trying to remove the top lines in the Material Description column. I have added the following line to the .gedts file but the lines still appear. I am trying to keep autoadjust but remove the lines. Is this possible?

"topLineDashes" : [],

Edited by moderator Thursday, November 5, 2020 4:00:31 PM(UTC)  | Reason: Not specified

Nick Tumney  
#2 Posted : Monday, May 18, 2020 10:04:20 AM(UTC)
Nick Support
Rank: Administration

Reputation:

Groups: Registered, Administrators
Posts: 322
Canada

Was thanked: 29 time(s) in 29 post(s)

Hi Nick,

I've recently been updating some templates and wanted to achieve a similar outcome (albiet in a different field).

The Material Description is populated from the "**LITHOLOGYDESC:" part of the GEDTS, and this uses a CASE by default to select the line type based on a value in the Geology table:

topLineDashes:  CASE WHEN Upper_Boundary_Transition =  'Poorly Defined' THEN '[1,4,1,4]' ELSE '[]' END

This essential tells ESlog to use a solid line unless the Upper_Boundary_Transition = 'Poorly Defined', then use dashes.

If you modify this to remove the CASE is should meet you requirements:

topLineDashes:  '[0,1]'

I hope this solves your issue.

Cheers,

NT

You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.