I need to merge several Excel spreadsheets, all of similar format into a single spreadsheet. What is the best/recommednded practice to accomplish the merge?
Thanks
It worked!!!! The resolution was a combination of all of ya'lls suggestions and comments. One main problem was the "UND Group Code" attribute id was not defined correctly, hence the reason for the "NulltoZero" and "ApplySimple" condition not producing the desired...
I've tried the "ApplySimple" function, but it was to no avail. As suggested, below is an example of the extracted data generated by the sql:
table:ZZSP00
UND_GROUP_CD PRD_LN_ID WJXBFS1
USPP 1304 57727
USPT 1310 536...
I've check the Microstrategy Knowledge base and did review tech note TN4000-7X0-0323, as well as others. However my problem does not involve lookup tables.
Thanks
I have a problem running a report in MicroStrategy version 7.2.1. The problem occurs when two separate tables are linked on common elements(ie. tblx_fld1, tblx_fld2 and tbly_fld1, tbly_fld2.)and the elements contains null values. When the match elements contains a null value, I cannot pull any...
Based upon the previous recommendations, I created a form that contains a value(date). In turn, I created a text box on the report and set the control source of a text box to reference the form's value as in "=IIf([HasData]=True,"",Forms![frmdate]![end])". When I run the...
My "last" question(I hope)on this issue. Could I accomplish the same result if I place a text box on the actual report itself and if so then what would syntax be?
Thanks
I have one additional question. The report "page header" section has a date field which would have been extracted from the empty table generating the report. Is there a way that I can grab this date from another area, say from another table, etc., and still keep the report's "No...
Thanks for your help. However, I'm new at this. I entered the following code:
Private Sub Report_NoData(Cancel As Integer)
If IsNull Office Code Then
Label35.Visible = True
Else
Label35.Visible = False
End If
End Sub
I'm receiving a Visual Basic "complie error: syntax...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.