Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Data are empty in database view

Preethi26
Tera Contributor

Hi Team,

I have applied database view to license_role and license_has_family table to get the mapping of application, subscription, role.

But the data in license has family is empty.

Iam keeping application field which is reference from both table as a key to join.

Kindly suggest whats wrong i have did.

8 REPLIES 8

boyslim70
Tera Contributor

Can't see image clearly

Preethi26_0-1699597910976.pngPreethi26_1-1699597935604.png

 

Jan Cernocky
Tera Guru

Hi Preethi,

 

I see you're using dots in the where clause but the correct syntax is with underscore.

Can you try to change it to this?

 

se_application = sa_license_family

Hi @Jan Cernocky 

Tried that too, but still data is empty.