Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
yoganantha321
Creator II
Creator II

Selection in the widget not affecting

 

 

Hi all,

I have created a drop down widget using dimension as below code in widget editor. But it is not affecting and not displaying in the current selection also.

 

<select ng-init="selectedValue = ''" ng-model="selectedValue" ng-change="console.log('ng-change', this.value); data.rows[this.value].dimensions[0].select($event)" ng-click="console.log('ng-click', this.value); data.rows[this.value].dimensions[0].select($event)" click="console.log('click', this.value); data.rows[this.value].dimensions[0].select($event)" onclick="console.log('onclick', this.value); data.rows[this.value].dimensions[0].select($event)">

<option selected="" value="">--Please make a selection--</option>

<option ng-repeat="row in data.rows" value="{{$index}}" data-dim="row">{{row.dimensions[0].qText}}</option>

</select>

 

Anybody help in this!!!

Thanks,

Yoganantha Prakash G P

Labels (1)
0 Replies