Hey,
How can I add dashlet depending on filter for example:
I have an entity called AccountOpening inside it. we have column called request stage contain ['started', 'closed', 'pending']
If i add a new dashlet for AccountOpening all account openings will be appears
So I need to add filter for the dashlet like I will add 3 dashlets each one of them will depend on one of request stage option
in this case the result should be like this:
the first dashlet will display all account openings have request stage 'started' and the second one will display all account openings have request stage 'closed' .. etc
I hope if you can help
Thanks in Advanced
How can I add dashlet depending on filter for example:
I have an entity called AccountOpening inside it. we have column called request stage contain ['started', 'closed', 'pending']
If i add a new dashlet for AccountOpening all account openings will be appears
So I need to add filter for the dashlet like I will add 3 dashlets each one of them will depend on one of request stage option
in this case the result should be like this:
the first dashlet will display all account openings have request stage 'started' and the second one will display all account openings have request stage 'closed' .. etc
I hope if you can help
Thanks in Advanced
Comment