Skip to content

DocumentAssembler: Is it possible to to have conditional Table Row? (unrelated) Hidden methods? #67

@Marcel0024

Description

@Marcel0024

Hi, i have 2 questions i can't find documentation on. (Even the original repos)

  1. Is it possible to have a conditional Table Row? For example:

image

I don't want to show Order Date row if it's empty. I can add another boolean into the model indicating if it needs to be shown or not. But i can't figure out if you can add a conditional to the table.

  1. In Another issue i saw something like thisthis:

<Conditional Select="count(./Orders/Order) > 0" Match="True" />

I can't find any documentation on count(..)? Where does it come from? And more importantly, what else is there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    WordWord related tasksquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions