Hi Everyone.
I have a question, I Have Order Table with Signature Box, In this Table you can choose Receivers Name from Customer Table . My few Customers has Saved Signatures , but also a few dont want to store they signature , they always want to undersign everytime, meanwhile someone want to Autofill they Signature from the Saved Signatures when you choose they name on the Drop down Receivers Customer List. I tried few Lookup Expression, get back Saved Signature , but some reason couldnt add manually , this is the expression :
IF(ISNOTBLANK([รtvevล Neve]),
IF(
LOOKUP([รtvevล Neve],"Megrendelลk","Megrendelล Nรฉv","Alรกรญrรกs")<>"",LOOKUP([รtvevล Neve],"Megrendelลk","Megrendelล Nรฉv","Alรกรญrรกs"),IF(LOOKUP([รtvevล Neve],"Megrendelลk","Megrendelล Nรฉv","Alรกรญrรกs")="","Undersign","")),"Manual Input"
The Language is Hungarian "รtvevล Neve"=Receivers Name, "Megrendelลk"=Customers , "Megrendelล Nรฉv "=Customers Name, "Alรกรญrรกs"=Signature , so if you pick Receivers Name actually you see Customer Name list .
How could i modify this Expression, to able to add manually signature if is not saved ?
Solved! Go to Solution.
Hi thank you very much your help im really appreciate that, sorry for a belated answer, we organising a Courier Company small, today afternoon if I have I will check your suggestions. Then im writing, im sure I will have question about IT. Thanks again,have a nice day
Even with this formula is the initial value it doesn't show when the customers [Saved Signature] in blank? It should not work like that, but it that is the case you will probably just have to use a workaround, such as:
Not sure if this will work, it is the best I can think of without seeing your data. Fingers crossed!
AND(ISBLANK(LOOKUP([_thisRow].[Customer Name],"Customer Table","Customer","Signature")),ISBLANK([_this]))
For your [Signature] column for the show_IF you could use ISBLANK[Saved Signature]
I am a little confused on exactly what expressions you are using, so sorry if this is what you already have!
User | Count |
---|---|
15 | |
11 | |
10 | |
8 | |
3 |