Expand my Community achievements bar.

SOLVED

Help with Stacked/Shared Columns in a View

Avatar

Level 2

I'm trying to use Text Mode to bring 9 fields into a single column. However, it appears that anything beyond the "12th" shared column (as defined by Text Mode) is pushing the fields into the next column on the right. Here is how it appears; the items in the 3rd column are supposed to be at the bottom of the 2nd. Can anyone shed some light onto why it's behaving this way and how I can correct it?  

 

gardensurfer_1-1716571622762.png

 

 

And here is my Text Mode: 

column.1.displayname=Analyte Information

column.1.sharecol=true

column.1.textmode=true

column.1.usewidths=true

column.1.value=<strong>Analyte 1: </strong>

column.1.valueformat=HTML

column.1.width=500

column.2.displayname=

column.2.linkedname=direct

column.2.namekey=AAL Analyte

column.2.querysort=DE:AAL Analyte

column.2.sharecol=true

column.2.textmode=true

column.2.valuefield=AAL Analyte

column.2.valueformat=customDataLabelsAsString

column.3.sharecol=true

column.3.textmode=true

column.3.value=<br><strong>Other (if selected):  </strong>

column.3.valueformat=HTML

column.4.displayname=

column.4.linkedname=direct

column.4.namekey=Other Analyte

column.4.querysort=DE:Other Analyte

column.4.sharecol=true

column.4.textmode=true

column.4.valuefield=Other Analyte

column.4.valueformat=customDataLabelsAsString

column.5.sharecol=true

column.5.textmode=true

column.5.value=<br><strong>Estimated # of Samples:  </strong>

column.5.valueformat=HTML

column.6.displayname=

column.6.linkedname=direct

column.6.namekey=Estimated Number of Samples

column.6.querysort=DE:Estimated Number of Samples

column.6.sharecol=true

column.6.textmode=true

column.6.valuefield=Estimated Number of Samples

column.6.valueformat=customDataLabelsAsString

column.7.sharecol=true

column.7.textmode=true

column.7.value=<br><br><strong>Analyte 2:  </strong>

column.7.valueformat=HTML

column.8.displayname=

column.8.linkedname=direct

column.8.namekey=AAL Analyte #2

column.8.querysort=DE:AAL Analyte #2

column.8.sharecol=true

column.8.textmode=true

column.8.valuefield=AAL Analyte #2

column.8.valueformat=customDataLabelsAsString

column.9.sharecol=true

column.9.textmode=true

column.9.value=<br><strong>Other #2 (if selected):  </strong>

column.9.valueformat=HTML

column.10.displayname=

column.10.linkedname=direct

column.10.namekey=Other Analyte - #2

column.10.querysort=DE:Other Analyte - #2

column.10.sharecol=true

column.10.textmode=true

column.10.valuefield=Other Analyte - #2

column.10.valueformat=customDataLabelsAsString

column.11.sharecol=true

column.11.textmode=true

column.11.value=<br><strong>Estimated Number of Samples for Assay/Analyte #2:  </strong>

column.11.valueformat=HTML

column.12.displayname=

column.12.linkedname=direct

column.12.namekey=Estimated Number of Samples for Assay/Analyte #2

column.12.querysort=DE:Estimated Number of Samples for Assay/Analyte #2

column.12.textmode=true

column.12.valuefield=Estimated Number of Samples for Assay/Analyte #2

column.12.valueformat=customDataLabelsAsString

column.13.sharecol=true

column.13.textmode=true

column.13.value=<br><br><strong>Analyte 3:  </strong>

column.13.valueformat=HTML

column.14.displayname=

column.14.linkedname=direct

column.14.namekey=AAL Analyte #3

column.14.querysort=DE:AAL Analyte #3

column.14.sharecol=true

column.14.textmode=true

column.14.valuefield=AAL Analyte #3

column.14.valueformat=customDataLabelsAsString

column.15.sharecol=true

column.15.textmode=true

column.15.value=<br><strong>Other #3 (if selected):  </strong>

column.15.valueformat=HTML

column.16.displayname=

column.16.linkedname=direct

column.16.namekey=Other Analyte - #3

column.16.querysort=DE:Other Analyte - #3

column.16.sharecol=true

column.16.textmode=true

column.16.valuefield=Other Analyte - #3

column.16.valueformat=customDataLabelsAsString

column.17.sharecol=true

column.17.textmode=true

column.17.value=<br><strong>Estimated Number of Samples for Assay/Analyte #3:  </strong>

column.17.valueformat=HTML

column.18.displayname=

column.18.linkedname=direct

column.18.namekey=Estimated Number of Samples for Assay/Analyte #3

column.18.querysort=DE:Estimated Number of Samples for Assay/Analyte #3

column.18.textmode=true

column.18.valuefield=Estimated Number of Samples for Assay/Analyte #3

column.18.valueformat=customDataLabelsAsString

 

Thanks,

Myles

1 Accepted Solution

Avatar

Correct answer by
Level 2

Nevermind! I was missing a single "column.12.sharecol=true"  

 

And now it's fixed. I will leave this here with the working Text Mode for anyone to follow: 

column.1.displayname=Analyte Information

column.1.sharecol=true

column.1.textmode=true

column.1.usewidths=true

column.1.value=<strong>Analyte 1: </strong>

column.1.valueformat=HTML

column.1.width=500

column.2.displayname=

column.2.linkedname=direct

column.2.namekey=AAL Analyte

column.2.querysort=DE:AAL Analyte

column.2.sharecol=true

column.2.textmode=true

column.2.valuefield=AAL Analyte

column.2.valueformat=customDataLabelsAsString

column.3.sharecol=true

column.3.textmode=true

column.3.value=<br><strong>Other (if selected):  </strong>

column.3.valueformat=HTML

column.4.displayname=

column.4.linkedname=direct

column.4.namekey=Other Analyte

column.4.querysort=DE:Other Analyte

column.4.sharecol=true

column.4.textmode=true

column.4.valuefield=Other Analyte

column.4.valueformat=customDataLabelsAsString

column.5.sharecol=true

column.5.textmode=true

column.5.value=<br><strong>Estimated # of Samples:  </strong>

column.5.valueformat=HTML

column.6.displayname=

column.6.linkedname=direct

column.6.namekey=Estimated Number of Samples

column.6.querysort=DE:Estimated Number of Samples

column.6.sharecol=true

column.6.textmode=true

column.6.valuefield=Estimated Number of Samples

column.6.valueformat=customDataLabelsAsString

column.7.sharecol=true

column.7.textmode=true

column.7.value=<br><br><strong>Analyte 2:  </strong>

column.7.valueformat=HTML

column.8.displayname=

column.8.linkedname=direct

column.8.namekey=AAL Analyte #2

column.8.querysort=DE:AAL Analyte #2

column.8.sharecol=true

column.8.textmode=true

column.8.valuefield=AAL Analyte #2

column.8.valueformat=customDataLabelsAsString

column.9.sharecol=true

column.9.textmode=true

column.9.value=<br><strong>Other #2 (if selected):  </strong>

column.9.valueformat=HTML

column.10.displayname=

column.10.linkedname=direct

column.10.namekey=Other Analyte - #2

column.10.querysort=DE:Other Analyte - #2

column.10.sharecol=true

column.10.textmode=true

column.10.valuefield=Other Analyte - #2

column.10.valueformat=customDataLabelsAsString

column.11.sharecol=true

column.11.textmode=true

column.11.value=<br><strong>Estimated Number of Samples for Assay/Analyte #2:  </strong>

column.11.valueformat=HTML

column.12.displayname=

column.12.linkedname=direct

column.12.namekey=Estimated Number of Samples for Assay/Analyte #2

column.12.querysort=DE:Estimated Number of Samples for Assay/Analyte #2

column.12.textmode=true

column.12.valuefield=Estimated Number of Samples for Assay/Analyte #2

column.12.valueformat=customDataLabelsAsString

column.12.sharecol=true

column.13.sharecol=true

column.13.textmode=true

column.13.value=<br><br><strong>Analyte 3:  </strong>

column.13.valueformat=HTML

column.14.displayname=

column.14.linkedname=direct

column.14.namekey=AAL Analyte #3

column.14.querysort=DE:AAL Analyte #3

column.14.sharecol=true

column.14.textmode=true

column.14.valuefield=AAL Analyte #3

column.14.valueformat=customDataLabelsAsString

column.15.sharecol=true

column.15.textmode=true

column.15.value=<br><strong>Other #3 (if selected):  </strong>

column.15.valueformat=HTML

column.16.displayname=

column.16.linkedname=direct

column.16.namekey=Other Analyte - #3

column.16.querysort=DE:Other Analyte - #3

column.16.sharecol=true

column.16.textmode=true

column.16.valuefield=Other Analyte - #3

column.16.valueformat=customDataLabelsAsString

column.17.sharecol=true

column.17.textmode=true

column.17.value=<br><strong>Estimated Number of Samples for Assay/Analyte #3:  </strong>

column.17.valueformat=HTML

column.18.displayname=

column.18.linkedname=direct

column.18.namekey=Estimated Number of Samples for Assay/Analyte #3

column.18.querysort=DE:Estimated Number of Samples for Assay/Analyte #3

column.18.textmode=true

column.18.valuefield=Estimated Number of Samples for Assay/Analyte #3

column.18.valueformat=customDataLabelsAsString

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Nevermind! I was missing a single "column.12.sharecol=true"  

 

And now it's fixed. I will leave this here with the working Text Mode for anyone to follow: 

column.1.displayname=Analyte Information

column.1.sharecol=true

column.1.textmode=true

column.1.usewidths=true

column.1.value=<strong>Analyte 1: </strong>

column.1.valueformat=HTML

column.1.width=500

column.2.displayname=

column.2.linkedname=direct

column.2.namekey=AAL Analyte

column.2.querysort=DE:AAL Analyte

column.2.sharecol=true

column.2.textmode=true

column.2.valuefield=AAL Analyte

column.2.valueformat=customDataLabelsAsString

column.3.sharecol=true

column.3.textmode=true

column.3.value=<br><strong>Other (if selected):  </strong>

column.3.valueformat=HTML

column.4.displayname=

column.4.linkedname=direct

column.4.namekey=Other Analyte

column.4.querysort=DE:Other Analyte

column.4.sharecol=true

column.4.textmode=true

column.4.valuefield=Other Analyte

column.4.valueformat=customDataLabelsAsString

column.5.sharecol=true

column.5.textmode=true

column.5.value=<br><strong>Estimated # of Samples:  </strong>

column.5.valueformat=HTML

column.6.displayname=

column.6.linkedname=direct

column.6.namekey=Estimated Number of Samples

column.6.querysort=DE:Estimated Number of Samples

column.6.sharecol=true

column.6.textmode=true

column.6.valuefield=Estimated Number of Samples

column.6.valueformat=customDataLabelsAsString

column.7.sharecol=true

column.7.textmode=true

column.7.value=<br><br><strong>Analyte 2:  </strong>

column.7.valueformat=HTML

column.8.displayname=

column.8.linkedname=direct

column.8.namekey=AAL Analyte #2

column.8.querysort=DE:AAL Analyte #2

column.8.sharecol=true

column.8.textmode=true

column.8.valuefield=AAL Analyte #2

column.8.valueformat=customDataLabelsAsString

column.9.sharecol=true

column.9.textmode=true

column.9.value=<br><strong>Other #2 (if selected):  </strong>

column.9.valueformat=HTML

column.10.displayname=

column.10.linkedname=direct

column.10.namekey=Other Analyte - #2

column.10.querysort=DE:Other Analyte - #2

column.10.sharecol=true

column.10.textmode=true

column.10.valuefield=Other Analyte - #2

column.10.valueformat=customDataLabelsAsString

column.11.sharecol=true

column.11.textmode=true

column.11.value=<br><strong>Estimated Number of Samples for Assay/Analyte #2:  </strong>

column.11.valueformat=HTML

column.12.displayname=

column.12.linkedname=direct

column.12.namekey=Estimated Number of Samples for Assay/Analyte #2

column.12.querysort=DE:Estimated Number of Samples for Assay/Analyte #2

column.12.textmode=true

column.12.valuefield=Estimated Number of Samples for Assay/Analyte #2

column.12.valueformat=customDataLabelsAsString

column.12.sharecol=true

column.13.sharecol=true

column.13.textmode=true

column.13.value=<br><br><strong>Analyte 3:  </strong>

column.13.valueformat=HTML

column.14.displayname=

column.14.linkedname=direct

column.14.namekey=AAL Analyte #3

column.14.querysort=DE:AAL Analyte #3

column.14.sharecol=true

column.14.textmode=true

column.14.valuefield=AAL Analyte #3

column.14.valueformat=customDataLabelsAsString

column.15.sharecol=true

column.15.textmode=true

column.15.value=<br><strong>Other #3 (if selected):  </strong>

column.15.valueformat=HTML

column.16.displayname=

column.16.linkedname=direct

column.16.namekey=Other Analyte - #3

column.16.querysort=DE:Other Analyte - #3

column.16.sharecol=true

column.16.textmode=true

column.16.valuefield=Other Analyte - #3

column.16.valueformat=customDataLabelsAsString

column.17.sharecol=true

column.17.textmode=true

column.17.value=<br><strong>Estimated Number of Samples for Assay/Analyte #3:  </strong>

column.17.valueformat=HTML

column.18.displayname=

column.18.linkedname=direct

column.18.namekey=Estimated Number of Samples for Assay/Analyte #3

column.18.querysort=DE:Estimated Number of Samples for Assay/Analyte #3

column.18.textmode=true

column.18.valuefield=Estimated Number of Samples for Assay/Analyte #3

column.18.valueformat=customDataLabelsAsString