Show partial records when using Data Viewer List

Ciao.
I’d like to generate a page with the simple DVL but with not all the records it founds on table, but with only some of them, selected (for example) by Customer Code.

f.i…

Records in Table XXX
12,alpha,beta
12,gamma,delta
13,jolly,tango
13,lion,tiger

I want to show (by using DVL) only records starting with “12”

Grazie

Hello @rusticone
You will need to connect the Data Viewer List with a local table. Each time that you will open the screen, the old data will be deleted from the local table and the new data will be saved to the local table if the condition is true. Please check the example below.

1 Like

Grazie! I’ll try it asap!

Well. I did this:


But I have two problems:

  • the local table (tmpAcquisti) doesn’t erase;
  • the loop “repeat X times” doesn’t ends…

Grazie!!

Because you are creating a row, triggering the loop. It’s like having one paper and adding a new paper the number number of papers.

Because you are adding a row again

I tried to copy the note suggested by @ioannis up here…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.