› Forums › Modern DFFS › Bug? with 1.0.17.0
- This topic has 6 replies, 2 voices, and was last updated 5 months, 2 weeks ago by
Alexander Bautz.
-
AuthorPosts
-
-
April 17, 2023 at 19:04 #36698
Marcus Khoo
ParticipantNot sure if this is a bug or not. I want to use vLookup as a facility to “Clone” a list item so an existing list item becomes a template for a new one.
I am using the “New” button and then setting default fields on the newly created one as necessary.
Ideally I’d like to show ZERO items in the vLookup but if I set the item count to 0 it never resolves the table. The functionality I want works OK if I set the count to 1 or above but ideally I’d like to use the “New” button as a cloning mechanism.
If this is not a bug, can “0” be a Feature Request please?
Thanks -
April 17, 2023 at 21:27 #36699
Alexander Bautz
KeymasterI suggest you instead just set a filter that will not return any items – like this:
Id eq 0
Regarding the other issues you have reported – I’m almost ready fixing them, but it might be a day or two until I have it tested and published.
Alexander
-
April 18, 2023 at 11:53 #36701
Marcus Khoo
ParticipantGood idea!
-
April 18, 2023 at 11:54 #36702
Marcus Khoo
ParticipantWonderful news about the new release too. 😀
-
April 18, 2023 at 17:15 #36705
Marcus Khoo
ParticipantI tried your Filter idea but it seems like vLookup always is epecting something –
otherwise it just shows a spinning disk forever..
🙁 -
April 18, 2023 at 17:18 #36706
Marcus Khoo
ParticipantReporting back:
I did get it working with
Title eq ”But I then get a message:
“There are no items matching this query” -
April 19, 2023 at 15:44 #36709
Alexander Bautz
KeymasterThis label can be hidden using custom css. Please note that I will change the ID of this item in the upcoming release because I had an ID starting with a number (and that doesn’t work properly with document.querySelector) – I forgot to change this ID when I addressed the issue in v1.0.15.0.
When you get the new version you can add this to your custom css (change the ID part to match the number in the ID in your vLookup config panel):
#vLookup_empty_20386850067344842{ display:none; }
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.