我需要在birt报告中执行此请求:
select * from user where date between '2018-03-13' and '2018-03-25'
我创建了两个字符串参数,但结果为null。 当我这样做时:
<table class="table table-striped">
<thead>
<tr>
<th class="pointer" (click)="sort($event.target.value.Id)">Auction ID</th></tr>
<tbody>
<tr *ngFor="let value of pagedItems">
<td>{{value.Id}}</td>
它有效