Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4012 Widoki

In openerp 7 char data type float value stored. In list view sorting value how to change the char to float ?

In SQL Editor the below code is used:-

select char_value from cvw_patientintake order by cast(char_value as float) asc

select char_value from cvw_patientintake order by cast(char_value as float) desc

The above code how to apply in openerp custom module overriden search function is any sample code available?

Thanks in advance

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 23
2105
1
maj 23
2049
1
paź 22
4199
0
maj 20
3212
2
sty 20
8843