How to show Real Name of User ID by INNER JOIN
Posted: Thu Jan 21, 2016 4:06 pm
Hi,
I tried to change how content is displayed in the Browse Form similar to this video: http://www.youtube.com/watch?v=Wlob5Fmxzrs&t=0m15s
I used the following code:
The error message was:
Then I tried the code from the Wiki: http://wiki.nubuilder.net/nubuilderv3/i ... ms#Display Example 2
The code was:
The error message was as shown above.
What am I doing wrong? What is the easiest way to show the real name of the Changer?
Greetings,
Timo
I tried to change how content is displayed in the Browse Form similar to this video: http://www.youtube.com/watch?v=Wlob5Fmxzrs&t=0m15s
I used the following code:
Code: Select all
IF(inventory_log_changed_by = '56a0ed05577939c', 'Name of Changer')
The code was:
Code: Select all
DATE_FORMAT(inventory_log_changed_at,'%m-%d-%Y')
What am I doing wrong? What is the easiest way to show the real name of the Changer?
Greetings,
Timo