Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
How to show the frequency in the list box's title text as shown in the below list box.
Thanks and Regards,
Rikab
Hi Wizardo!
Yes! I have attached the wrong one. Extremely sorry for that. By the way the solution what you have given seems to be working. But what was the cause for the problem. Why it was showing the manufacturer and item count as same though it cannot be same.
Thanks for your effort!
Thanks and Regards,
Rikab
Replaced with the same given by you but it doesn't seems to be working. Thanks for your effort!
Hi Boss
please check this Expression..
=
count(all contentname) & ' / ' & fieldvaluecount( 'contentname'
thanks
)
=
count(contentname) & ' / ' & fieldvaluecount( 'contentname')
Hi 3611!
Thanks for your effort! But both of your solution doesn't work!
Thanks and Regards,
Rikab
This is the one which works!
='Manufacturer ('& count(distinct mfacname) & ' / ' & fieldvaluecount('mfacname')&')'
=count(total contentname) & ' / ' & fieldvaluecount( 'contentname')
This doesn't work also!