Search found 29 matches

by andreic
Sat Jun 18, 2022 7:40 am
Forum: Problem reports
Topic: Execution of actions after Question.Reply doesn't work?
Replies: 4
Views: 2426

Re: Execution of actions after Question.Reply doesn't work?

You are absolutely right, I realized what my mistake was. The value does change in the database. In the test bsv, after the value change I had been clicking the save button to close the popup. Without a refresh to re-read the value from the db, the current value in the attribute was left unchanged, ...
by andreic
Fri Jun 17, 2022 4:25 pm
Forum: Problem reports
Topic: Grid and tree filtering using an attribute?
Replies: 4
Views: 2154

Re: Grid and tree filtering using an attribute?

OK, well then, to support:

Having a tree that doesn't filter on all levels makes this widget practically useless (at least in any scenario I can think of) and this should be fixed.

I'd appreciate any response and/or any suggestion on how to work around this limitation in the meantime.

Thank you.
by andreic
Fri Jun 17, 2022 2:21 pm
Forum: Problem reports
Topic: Execution of actions after Question.Reply doesn't work?
Replies: 4
Views: 2426

Re: Execution of actions after Question.Reply doesn't work?

In the test bsv, if I add the process to the refresh settings of the form, it does update and show the updated value. However, if the process is not there, the value is NOT changed at all, even if the test log says that the action is executed. In the actual application, the log doesn't even show an ...
by andreic
Thu Jun 16, 2022 3:56 pm
Forum: Problem reports
Topic: Grid and tree filtering using an attribute?
Replies: 4
Views: 2154

Re: Grid and tree filtering using an attribute?

And not being able to filter with an attribute instead of a literal string?

Having a tree that doesn't filter all levels doesn't make sense..
by andreic
Thu Jun 16, 2022 1:35 pm
Forum: Problem reports
Topic: Grid and tree filtering using an attribute?
Replies: 4
Views: 2154

Grid and tree filtering using an attribute?

Hi, I thought it would be possible to filter grids and trees using an attribute. This does not seem to be the case. I created an example where a grid and a tree are filtered using an attribute or a literal string to test this. In this example, Part1 contains all other Parts. The rest should be self-...
by andreic
Thu Jun 16, 2022 9:09 am
Forum: Problem reports
Topic: Execution of actions after Question.Reply doesn't work?
Replies: 4
Views: 2426

Execution of actions after Question.Reply doesn't work?

Hi, If I understand correctly, this should be the correct sequence in a process when using DISPLAY QUESTION: rule1: DISPLAY QUESTION 'question' rule2: IF Question.Reply='Yes' THEN DoSomething etc I have set up a simple example in which rule2 is supposed to change the value of an attribute. There see...
by andreic
Fri Jun 10, 2022 6:01 am
Forum: Problem reports
Topic: Tree shows other attributes in addition to what is defined
Replies: 5
Views: 3590

Re: Tree shows other attributes in addition to what is defined

Thanks for the answer support. From my user point of view, the Assembly object is irrelevant. The tree view is for the Part attribute, which contains other Parts. The settings of the attributes to show in the "columns to display" is available anyway only for Parts, not for the object from which thes...
by andreic
Mon May 30, 2022 8:57 am
Forum: Problem reports
Topic: Tree shows other attributes in addition to what is defined
Replies: 5
Views: 3590

Re: Tree shows other attributes in addition to what is defined

Any idea how to make all levels of the tree show the same defined attribute?
Test_20220526_2354_Tree.bsv.zip
(46.68 KiB) Downloaded 541 times
by andreic
Fri May 27, 2022 8:30 pm
Forum: Problem reports
Topic: Auto-refresh of a panel doesn't work if the trigger process is not executed manually?
Replies: 2
Views: 2188

Auto-refresh of a panel doesn't work if the trigger process is not executed manually?

Hi, I have set up a panel on a VP which will show a query only when the auto-refresh is triggered. There is a trigger process TriggerRefresh and the actual DoRefresh process that shows the query. The panel auto-refresh settings have these two defined: Auto refresh settings of the panel.PNG I expect ...
by andreic
Thu May 26, 2022 10:00 pm
Forum: Problem reports
Topic: Tree shows other attributes in addition to what is defined
Replies: 5
Views: 3590

Tree shows other attributes in addition to what is defined

Hi, I have a tree going through 'parts' and their 'subparts' from a 'top assembly'. The tree definition says to show only one attribute: Definition of the tree says to show just one attribute.PNG And the tree does that only for the first level. For the others it shows all other attributes: Tree show...
by andreic
Thu May 26, 2022 8:11 pm
Forum: Problem reports
Topic: Input Control doesn't work when choices are determined at runtime?
Replies: 8
Views: 3665

Re: Input Control doesn't work when choices are determined at runtime?

PointsWell, thank you very much for looking at this. I don't understand the layering issue. From the point of view of the text attribute in RegularUser, it holds values, either predefined or that are filled using the query. In both cases the text attribute has choice values, e.g. the query works fin...
by andreic
Wed May 25, 2022 7:51 am
Forum: Problem reports
Topic: Input Control doesn't work when choices are determined at runtime?
Replies: 8
Views: 3665

Re: Input Control doesn't work when choices are determined at runtime?

Got it.
Test_20220524_2204_InputCtrl.bsv.zip
(46.49 KiB) Downloaded 422 times
A test user profile needs to be created, and a few test properties like Property1, Property2, Property3, etc.

Then the admin RegularUser needs to be connected to the test user profile.
by andreic
Wed May 25, 2022 7:24 am
Forum: Problem reports
Topic: Input Control doesn't work when choices are determined at runtime?
Replies: 8
Views: 3665

Re: Input Control doesn't work when choices are determined at runtime?

Input controls on VP - properties dynamic doesnt work.PNG
Input controls on VP - properties dynamic doesnt work.PNG (9.15 KiB) Viewed 3654 times