Best practice: Computations or Source
760421Apr 20 2011 — edited Apr 21 2011Hi,
Question about what's the best use.
If you write a SQL query to get a value out of a database for a field on your page. What is the best way to do this.
- By setting a computation (with the query) on that field
- Or write te query in the source attribute of that field
Both will have the same result.
But what's the best practice?