Dear dataface users,
First of all, Steve thanks for the new version of Dataface with the new functions.
Purpose:
With the file valuelist.ini i 'renamed' the ID into a username, but i will only display the names of a certain group
file: valuelist.ini
EMPLOYEES_BUSINESS]
__sql__ = "SELECT DISTINCT EMPLOYEE_ID, EMPLOYEE_LASTNAME FROM EMPLOYEES_BUSINESS where EMPLOYEE_LOCATION = 'G' "
Problem/Question:
In dataface version 0.5.4 it works fine, i only saw the id/name combination which are in that group displayed.
In version 0.6.9r1 i see also blank lines (with a clickable + sign in front) which are not belonging to that group.
I tried also the mysql join statement, but i get the same output.
Do i something wrong or must i do it on a other way in the new version ?
Best regards,
Nico Sijm