C
|
cgphp 11/23/2011 |
In the Query tab, set one of the field as alias: |
W
|
wildwally author 11/23/2011 |
I thought of using this as a solution prior to asking; however, I don't want a bunch of nonvalue added fields in my database. Thinking I might not have understood the capabilities of PHP Runner I tried what you suggested; however, I received an error because I used the same field with different alias. |
C
|
cgphp 11/23/2011 |
You don't need new non-values fields in the database, you are using aliases. Post the sql code. |
W
|
wildwally author 11/23/2011 |
There is no SQL code to post. I get the error when i click the Save button on the Add page. |
C
|
cgphp 11/23/2011 |
Could you post the SQL code in the Query tab ? |
W
|
wildwally author 11/23/2011 |
SELECT |
C
|
cgphp 11/23/2011 |
I don't see the field4link field in the query. I see only the aliases for that field. Your query should be: SELECT
unset($values['link']); |