Dynamic response headline exclamation mark CrossTab, please read
The Describe returns the an the exclamation point (!) For that item and ignores the rest of the property list.
Dw_1. Modify (" DataWindow. Crosstab. StaticMode='yes' ")
String ls_a
The integer li_a, li_x
Ls_a=dw_1. The Describe (" stno. Text ")
Messagebox (" a ", ls_a)
Is this excuse me what reason? How to solve?
CodePudding user response:
Your column header text object name is stno? Estimates should be stno_t!!!! For example, in turn, made the column headings:Dw_1. The describe (" stno_t. Text ")
Dw_1. The describe (" stno_1_t. Text ")
Dw_1. The describe (" stno_2_t. Text ")
.
CodePudding user response:
Mr. Cross report with data, and then put the whole dw grammar dw out and see what is the name of the generated text title inside, find out its forming rules, I remember is t_1, t_2, t_3... So, you give it a try,