I’m trying to “merge” these two interactive tables and display 2 times “Value” + 2 times “Profile”.
Each one will be filtered by “From dropdown” & “To dropdown”.
Is this possible using any custom widget or similar? Thanks!
You can merge both Object lists and display the result in one Interactive Table
Is that what you are looking for?
I was able to create an object list instead of concatenate arrays and display the result like this:
The problem with this “variable” object list is I can’t use it in an interactive table so I can’t “customize” columns and conditioning format. Any thought?
Thanks!!
Sure you can display the Object list as an interactive table:
Yes Sr, you are right! Thanks a lot!!
@thorsten.langner Any idea how to print the full interactive table into a PDF file? Thanks!
The only solution I could think of for now is to use an external service or a self built backend.
As far as I know you can not achieve this with TULIP only yet.
Layne
September 15, 2025, 7:00am
8
Hello, May I ask how you manage to set the background color of a specific cell to red in the table?
Hi @Layne
please find the description of Conditional Formatting here:
Conditional formatting
Layne
September 15, 2025, 8:17am
10
That’s cool. Thank you for your help and prompt reply.