311
Views
11
Comments
Why data from the aggregate is not shown on the site
Question

I have data in an aggregate.I think I did everything right in the studio. But for some reason, when I open the site, it does not show the data in the table

My aggregate

My table. I add expression


when I open the site, it does not show the data in the table

2026-02-26 06-29-24
Rahul
 
MVP

Hi,

Can you check your filter condition once.


Regards

Rahul

2020-06-26 10-11-24
kan2332

Rahul Sahu wrote:

Hi,

Can you check your filter condition once.


Regards

Rahul

 

 filter

2026-02-26 06-29-24
Rahul
 
MVP

Hi,

Are you passing ApplicationId properly.

Possibly can share test oml for same.


Regards

Rahul

2020-06-26 10-11-24
kan2332

Rahul Sahu wrote:

Hi,

Are you passing ApplicationId properly.

Possibly can share test oml for same.


Regards

Rahul

 Sorry, I cannot send the file.


I think I am sending correctly in the aggregate. What could be the problem

 

2026-02-26 06-29-24
Rahul
 
MVP

Hi,

Possibly Filter condtiona not matched thats why data is not coming, Can you check test value where you see data.


Regards

Rahul

2020-06-26 10-11-24
kan2332

Rahul Sahu wrote:

Hi,

Possibly Filter condtiona not matched thats why data is not coming, Can you check test value where you see data.


Regards

Rahul

 

 Test Values

2020-05-07 18-53-00
Rui Barradas
 
MVP

Hello Kan,

Can you please verify which is the value of the ApplicationId variable that you're using in your screen? Try to test the aggregate with that same value for ApplicationId and verify if you're still getting values.


Kind regards,

Rui Barradas

2026-02-26 06-29-24
Rahul
 
MVP

Hi Kan,

I think you able to see data becase in this record no ApplicationID present. And you are passing ApplicationId from application screen.

You need to Debug it and see what value pass .


Regards

Rahul

2020-04-17 08-41-30
Tim Timperman

Agreed, you need to debug and make sure that the exact same parameters are passed from the screen as the ones you are using during the preview in service studio.

Another option could be that you are in a different tenant. Is this a multi-tenant application? If so, you can specify which tenant Service Studio needs to use to execute the previews.

2020-06-26 10-11-24
kan2332

Tim Timperman wrote:

Agreed, you need to debug and make sure that the exact same parameters are passed from the screen as the ones you are using during the preview in service studio.

Another option could be that you are in a different tenant. Is this a multi-tenant application? If so, you can specify which tenant Service Studio needs to use to execute the previews.

 can you help me

 

2020-06-26 10-11-24
kan2332

Tim Timperman wrote:

Agreed, you need to debug and make sure that the exact same parameters are passed from the screen as the ones you are using during the preview in service studio.

Another option could be that you are in a different tenant. Is this a multi-tenant application? If so, you can specify which tenant Service Studio needs to use to execute the previews.

 

 I start Debug (empty)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.