Weststar Eric
Weststar Eric
About
- Username
- Weststar Eric
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
The first thing that came to mind is that if you want to ignore something, the easiest way is to exclude it from your data in the first place (Select * from
where PayType = 0)
-
I believe that "==" is correct if you are using C++ script. If you are using PascalScript use "=" instead. Have you tried it without the "and"? Im not sure if IIF supports "and" (logical or bitwise).
-
Maybe I am missing something, but it seems like you could make your data band connected to the dataset like normal and just make it two lines high and drop each field in twice, one on top of the other. Each record shows up twice.
-
For what it's worth, because Prod.Prod_Actief is a boolean field, you should be able to write it like: [IIF( ,'Ja','Nee')]