Welcome! Log In Create A New Profile

Advanced

[WD25] - TreeView Table

Posted by gpredl 
[WD25] - TreeView Table
December 12, 2020 01:44PM
Hi, is there a way to extend the text of the Parent Row over the other columns??

Kind regards,
Guenter Predl
office@windev.at
Attachments:
open | download - Ashampoo_Snap_2020.12.12_13h38m10s_001_.png (23.4 KB)
Re: [WD25] - TreeView Table
December 12, 2020 06:43PM
Hi,
you could use a "normal" table and put GRUPPE in a break. Then you can display the value in a label which can fill the whole table.

Greetings
Markus
Jose Antonio Garrido
Re: [WD25] - TreeView Table
December 13, 2020 12:13AM
Hi.

I did it once in WD18, here is a capture:


[1drv.ms]

Note that some rows are divided in 5 columns and some other in only two.

To achieve that i added:

IF COL_1 = "whatever" THEN

TVT_NoName1[TVT_NoName1].COL_2..Merge = mergeNextCell
TVT_NoName1[TVT_NoName1].COL_3..Merge = mergeNextCell

END

In the process "Displaying a row of TVT_NoName1"


Regards!

José Antonio Garrido.
Re: [WD25] - TreeView Table
December 13, 2020 06:34AM
Hi José,

thanks a lot! I thought about that but did not try it. Now I'll do it!

P.S. Works just fine with two lines of code! Thank you for your help!

Kind regards,
Guenter Predl
office@windev.at



Edited 1 time(s). Last edit at 12/13/2020 07:17AM by gpredl.
Re: [WD25] - TreeView Table
December 13, 2020 06:38AM
Hi Markus,

thank you! Yes, I'll try that as well. Seems to be a better way than the TreeView Table, because this one column "Gruppe" is lost space of the table..

Kind regards,
Guenter Predl
office@windev.at
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: