Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
hi community,
i want to filter the result of queryAlertSummary service by using aanother service that return query ( for example by thingName as a source and sourceProperty as a property:
var result = {
"filters": {
"type": "And",
"filters": [
{
"type": "EQ",
"fieldName": "source",
"value": sourceThingName
},
{
"type": "EQ",
"fieldName": "sourceProperty",
"value": "mesure"
}
]
}
};
and i put this result as a query of queryAlertSummary service but I don't know what is the problem.
thank you in advance
I don't think this is quite enough information.
Are you creating your own custom mashup? Because I think you can't modify the OOTB mashup.
Are you using the overwrite ability?
What does your actual script look like and what is the result when you test it in composer and what does it look like on the mashup?
Hi @anassNasser.
Have you found a solution to your issue? If so, please post it here for the benefit of others on the community.
Regards.
--Sharon