InterviewSolution
| 1. |
Explain What Does It Mean When You Choose Enforce To, Enforce And Or Enforce From In Crystal Report? |
|
Answer» Enforce and, Enforce to or Enforce from in crystal reports are chose to enforce LINK created in report. Enforcing a link between tables make sure that the report’s RESPECTIVE SQL uses this link, regardless of whether FIELDS are required from one or both the involved tables. The default function is unenforced links, which means that the crystal report uses the link only if the report’s respective SELECT STATEMENT needs it. Enforce and, Enforce to or Enforce from in crystal reports are chose to enforce link created in report. Enforcing a link between tables make sure that the report’s respective SQL uses this link, regardless of whether fields are required from one or both the involved tables. The default function is unenforced links, which means that the crystal report uses the link only if the report’s respective SELECT statement needs it. |
|