karh
April 13, 2024, 5:45pm
1
We have this expression on a data view:
filter="((first_name+' '+last_name+' '+email+' '+group_name+' '+status)).lowercase().fuzzySearch(inpTableSearchAffiliates.value.lowercase())"
When trying to load in the expression builder, it shows empty.
However the expression works perfectly fine. Can we get this compatible so we can edit in the UI?
1 Like
I’ve experienced this recently also.
Notum
May 2, 2024, 8:55am
5
@George any ETA for this? Quite crucial for us.
Notum
May 9, 2024, 10:02am
6
@George @patrick @Teodor any reaction from Wappler team regarding filtering issue?
In short - it just won’t work !
When code view is selected - it won’t save anything
When you try to add some additions to filter - it just messes up everything
Guys, please, this is not quality of product that we are expecting from you .
Not sure if I should make a new topic or just add on to this one. I cannot get the expression builder to work with between. I tested on a new project and with static values and it seems really buggy. This is on v6.5.4 and using Node.
I suggest expression builder be put back in experimental features till it is fully baked.
karh
May 14, 2024, 12:04pm
9
Agreed.
This is not a great experience. Can't even use the code view for editing a simple expression now:
1 Like
franse
May 14, 2024, 10:42pm
10
This is a great idea...
Having issues too:
<p class="style54 stylep text-start" dmx-class:styleprojo="squeryusr.visible_paralelo==0">
Showing as: squeryusr.visible_paralelo.isEmpty()
And this on Wappler log:
[2024-05-14 19:36:06.205] Parse Expression: squeryusr.visible_paralelo.isEmpty()
[2024-05-14 19:36:06.453] Parse Expression: squeryusr.visible_paralelo.isEmpty()
[2024-05-14 19:36:31.478] Parse Expression: squeryusr.visible_paralelo.isEmpty()
1 Like
brad
May 14, 2024, 11:15pm
11
I agree a code would be a great feature request.
Man, I hope not. I use the expression builder every day. But again, I do agree it could use a code view for those that need it.
franse
May 15, 2024, 12:04am
12
Hey @brad sorry
But what do you mean with this?
I think he's talking about the code tab from the popup that also gets blank when you select a condition/filter etc.
Something is really broken with this:
dmx-class:style92="$index%2==0"
This is on the Wappler log don't know if it helps:
[2024-05-14 20:55:54.833] PICKUP init!
[2024-05-14 20:55:54.833] ACTIONS_BASE_PATH=null
[2024-05-14 20:55:54.833] EXPRESSION=$index%2==0
[2024-05-14 20:55:54.833] ENCLOSE=false
[2024-05-14 20:55:54.833] BASE_PATH=repeat1
[2024-05-14 20:55:54.833] BASE_PATH=repeat1
[2024-05-14 20:55:54.843] org expression = $index%2==0
[2024-05-14 20:55:54.843] get from js
[2024-05-14 20:55:54.847] not selected try first ...
[2024-05-14 20:55:58.688] got popup hide for PopupWindow_1715730954557
[2024-05-14 20:55:58.687] run UNLOAD app connect pickup ....
[2024-05-14 20:55:58.991] got popup close for PopupWindow_1715730954557
[2024-05-14 20:55:59.054] got child state on closed
1 Like
brad
May 15, 2024, 12:10am
13
My expressions are likely not nearly as complex as you guys have shown here, but if there was some sort of code view like in the data pickers, you guys could at least write your own expressions. Maybe I missed the point completely?
franse
May 15, 2024, 12:37am
14
This:
Is this on the code view:
The point is, both views (design/code) are empty on some cases.
2 Likes
brad
May 15, 2024, 12:44am
15
Oh wow, I never noticed the code view on expressions as I never need it. So you are saying sometimes the code view is empty?
George
May 15, 2024, 1:19pm
16
We have improved the parsing of zero values in the next update @Notum
However for data view filter expressions @karh , a field name is required, so combined fields won't work.
Notum
May 15, 2024, 3:31pm
17
@George I'm kindly asking you to review all messages in this topic. It's not only about "passing of zero values" - filtering as such is just not usable and has several problems. Try to use it by yourself.
George
May 15, 2024, 3:43pm
18
Could you provide me with a clear list of expressions that doesn't work?
Notum
May 15, 2024, 4:09pm
19
Bug 1: Filter can't recognize and impossible to use what he has just create
Bug 2: Can't recognize and code section is broken
George
May 15, 2024, 4:49pm
20
Can you give some examples with some real variables usage that doesn’t work?