Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks
Hoping for some advice on a simple Text Object.
I have a simple table loading in from SQL with two fields, for example:
Group Name, Group Members
Domain Controllers, 300
SQL Servers, 1500
I just want to match the Group Name and return the number of Domain Controllers in a text box.
=if([Group Name]='Domain Controllers',[Group Members])
However it is just returning a hypen "-"
Any advice would be appreciated.
Thanks
Nigel
@nigelapt Maye be :
=Only({<[Group Name]={'Domain Controllers'}>} [Group Members])
output :
@nigelapt Maye be :
=Only({<[Group Name]={'Domain Controllers'}>} [Group Members])
output :
Hi Taoufiq , thank you so much for taking time to help me.
Spent all morning searching for an answer and your's worked first time!
Many thanks
Nigel