View Single Post
Old 06-03-2020, 10:11 PM   #8
dunhill
Guru
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
Posts: 915
Karma: 810834
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
Quote:
Originally Posted by davidfor View Post
Sorry, that was my mistake. What posted before was wrong. The first function should be "cmp", not "raw_field". I have no idea how I did that.

It should have been:

Code:
program:
cmp(list_item(field('#gr1'),1,','),0,'','Yes','')
The alternative is:
Code:
program:
cmp(list_item(raw_field('#gr1'),1,','),0,'','Yes','')
The possible advantage of that is that the value of #gr1 doesn't go through any formatting specified for the column. Though I don't know if the decimal point will be locale specific, so it could be a comma or a dot.

Davidfor!
We are close the two codes work half, let's say
I don't know why because the "V. Decimal" column has no format or code. I leave catches.
If the column has a value it is ok to put yes.
And it is expected that if it is empty it will put No but yes.
I don't want to be annoying, if you can't. I forget about those settings. Thank you very much for your time and for the prompt responses.
Attached Thumbnails
Click image for larger version

Name:	1.png
Views:	157
Size:	58.6 KB
ID:	179702   Click image for larger version

Name:	2.png
Views:	138
Size:	70.1 KB
ID:	179703   Click image for larger version

Name:	3.png
Views:	135
Size:	18.9 KB
ID:	179704   Click image for larger version

Name:	4.png
Views:	133
Size:	15.2 KB
ID:	179705  
dunhill is offline   Reply With Quote