I'm trying to include the following code in one of the powerviews:
<script type="text/javascript">var status={MAT:STATUS};if (status="judgment") { document.write("Check Judgment Amount!"); }else { document.write("$"+{MAT:TOTAL_BALANCE}); }</script>I keep getting 'judgment' undefined error. Thanks
Jeff SalutzSalutz & Salutz LLPManitowoc, WI