Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Use Below Code to get DFF values def rules =getCommonLookupDFF("ComonLookupType" ,"CommonLookupCode"); while (rules.hasNext()) { def rules_row = rules.next(); def attribute1= rules_row.getAttribute("Attribute1"); } //————————Lookup Defination Object getCommonLookupDFF(String LookupType , String LookupCode) { def lookupPVO…