Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
I am creating a data binding widget , that fetches data from a field within my Data set.
<div class="dropdown"> <span><button class="dropdown-1">Metric Info</button> <div class="dropdown-content"> <div>
<!-- Get a list of all measures --><h6><ul ng-repeat="head in data.headers"> {{data.rows[0].measures[$index].qText}} </ul> </h6>
</div></div>
Data entry people enter (_x000D_ ) for new line. I am writing measure as
" only({<[%KEY_CD]={'abcd'}>}HELP) ", but html doesn't seem to handle carriage return. is there a way to
It is a bit urgent , so quick responses are be highly Appreciated.
Thanks