I have a data table with 2 detail rows. In certain cases I want to show the first detail row and in some cases I want to show the 2nd. Something like:
if (row["field"] == "N") {
hideRow1();
}
else {
hideRow2();
}
fx button next to the Expression, and enter a formula like: row["field"] == 'N'.row["field"] != 'N'.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With