How can i hide a row of a table in sage x3?

SUGGESTED

Hello,

I have to hide a row of a table.

I have tried with: CHGFMT [M:YYY]NBLIG(nolign-1) WITH "-K:10", but this action hides the entire table

I have tried whit: CHGFMT [M:YYY]FIELD1(nolign-1) WITH "-K:10" : CHGFMT [M:YYY]FIELD2(nolign-1) WITH "-K:10" : CHGFMT [M:YYY]FIELD3(nolign-1) WITH "-K:10", but this action hides this 3 columns

Thanks

  • 0
    SUGGESTED

    Hello,


    I don't think that it is possible.
    If it is, the information is interesting.


    However, this poses a problem of consistency for the graphical interface and therefore the user.


    Your need can probably be managed differently.
    As you mention, you can add information in invisible columns or add a second invisible table too.
    If you want to add a line directly after another you can use the "Insa" instruction.
    If a line should disappear, you can use "Dela".
    If a line should not be changed, you can play with the field action "before entry".


    I don't see any other leads right away but I could be wrong.

    Anyone have another idea ?