17
Views
2
Comments
find espace if of an application
Application Type
Reactive

Hi Team,


i need to filter a table based on application. im having two applications one is for internal users and one application is for external users for both the application im using the same block which i need to display the data based on the application.


for internal user i need to show different types of  data.

for external user i need to show different data in the table.


how to categorize the application and add filter in the aggregate.



Hello,

Why not add an input parameter to your block specifying what data it should display?

Hi Surya,

As Aurelio suggested use an input parameter of the application Id and pass the current application id that user is logged in in that input parameter.

Then you must be having a application id in your table, just apply the filter with input parameter and the table application id then you will get your required result.

Hope it helps.

Thanks.

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