Matrix Form

VeronicaSVeronicaS Member Posts: 5
Hi,

Is it possible to suppress the display of a line in a matrix box if all of the cells have a blank or zero value?

Thanks,
Veronica
Veronica

Comments

  • krikikriki Member, Moderator Posts: 9,110
    In theory it is possible, but practically it close to impossible. Because to know all cells are blank, you need to calculate them all.
    You also have to program some triggers on the form to show or not show the record. Or you have to create a temptable with all the values to show, but for doing that you first need to calculate all of them.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • nunomaianunomaia Member Posts: 1,153
    The easiest way it’s to use a temporary table, but performance will decrease a lot if you have a huge table in that temporary table.
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • VeronicaSVeronicaS Member Posts: 5
    Many thanks for your replies. You've confirmed what I thought, that a temporary table is the best way, and that this could downgrade performance...

    Veronica
    Veronica
Sign In or Register to comment.