0

I have a tale and built a Crystal straight table report using it via the wizard. The table looks like:

CREATE TABLE [report].[WeekdayPivot](
    [Id] [int] IDENTITY(1,1) NOT NULL,
    [WeekDayId] [int] NOT NULL,
    [IsDeleted] [bit] NOT NULL,
    [T06h00] [int] NOT NULL,
    [T07h00] [int] NOT NULL,
    [T08h00] [int] NOT NULL,

So the wizard places WeekDayId as the second column. I wish to create a formula that converts thet to WeeekDayName, but all I can find is the "Formula" workshop, which doesn't have the usual list of DB fields etc. This is not the right screen, which is very similar, but has a list of DB fields at the top of the right hand tree. How do I find that dialogue?

4

1 回答 1

0

您正在查找的对话框可能已取消对顶部第二行中的对话框的搜索,一旦找到单击它们,您将能够看到功能和字段

于 2013-08-11T07:59:18.867 回答