1. NMC Heathcare NMC HeathCare
  2. PowerServer 2020 or older (Obsolete)
  3. Wednesday, 28 November 2018 13:32 PM UTC

Greetings..,

Find is not working in Filter buffer in powerserver web , but it is working in PB, 

ids is datastore

 

ll_count = ids.FilteredCount()
ll_find = ids.Find ( "parent_level='0305'", 1, ll_count, Filter! )

Any Idea

 

Regards

Antony

 

Govinda Lopez @Appeon Accepted Answer Pending Moderation
  1. Thursday, 29 November 2018 18:07 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 1

Hi,

 

Have you tried doing something like this:

 

STRING ls_filter

ls_filter = "parent_level='0305'"

 

ll_count = ids.FilteredCount()
ll_find = ids.Find (ls_filter, 1, ll_count, Filter!)

 

Please test that. It could be possible that the " are causing some problems.

 

 

Regards,

Comment
There are no comments made yet.
mike S Accepted Answer Pending Moderation
  1. Thursday, 29 November 2018 15:01 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 2

It shows as unsupported in the error log when generating to the web, so i doubt that they will consider it a bug.

I assume that the more people who complain about missing features, then the more likely that it will be fixed/added. 

They already have a test case for it, so i wouldn't waste time doing another one.  Just reference bug 1534 when you enter your complaint:  

https://www.appeon.com/standardsupport/track/view?id=1534


Comment
  1. Chris Pollach @Appeon
  2. Thursday, 29 November 2018 15:24 PM UTC
Hi Guys;

I think that a workaround (have not tried this personally), would be to use the DC/DS's DOT notation (or COPY command) to copy the Filter buffer from the DC in question to a DataStore's primary buffer and then use the FIND ( ) method on that DS. A bit more coding but, I think that should work all around.

Food for thought.

Regards .. Chris

  1. Helpful
There are no comments made yet.
Kai Zhao @Appeon Accepted Answer Pending Moderation
  1. Thursday, 29 November 2018 05:13 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 3

Hi Antony,

Please open a support ticket in the support portal and please provide a test case, Many thanks in advance.

https://www.appeon.com/standardsupport/

Regards,
ZhaoKai

Comment
There are no comments made yet.
NMC Heathcare NMC HeathCare Accepted Answer Pending Moderation
  1. Thursday, 29 November 2018 04:06 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 4

Hi Chris,

 

1) PB 2017R3 Build 1858

2) Appeon PowerServer 2017 Build 1858.00

3) iexplore, edge & chrome

4) Windows 10, version 1803, ( OS Build 17134.407 )

 

Regards

Antony

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 28 November 2018 18:17 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 5

Hi Antony;

   Can you tell us ...

  1. PB version & build?
  2. PS version & build?
  3. What web browser are you using?
  4. What O/S version are you using?

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.