使用不同的形式以不同的方式显示相同的数据 [英] Using different forms to show same data different ways

查看:68
本文介绍了使用不同的形式以不同的方式显示相同的数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为子站点提供的列表中包含的数据具有不同的用途,具体取决于项目所处的阶段.

The list I have for a subsite contains data that has various uses depending on what stage a project is in.

在一个阶段中,我想显示A,B和C.但是在另一阶段中,我想显示D,E和F,它们都是同一数据源(列表)的一部分.

In one stage, I want to show A, B, and C. But in another stage I want to show D, E and F which is all part of the same data source (list).

有没有一种方法可以显示这些数据的不同形式?如果是这样,怎么办?还是因为所有数据都在同一子站点中而只限于使用一种形式?

Is there a way I can show these data in different forms? If so, how? Or am I confined to using one form for all data because it's in the same subsite?

谢谢.

一次只需要一天.

推荐答案

最简单的方法是创建视图.用诸如stage1,stage2等的阶段名称标记所有数据(A,B,C,D,E,F等).

The easiest way is by creating views. Tag all your data(A,B,C,D,E,F etc.) with the stage names like stage1, stage2 etc.).

当项目在Stage1中时,创建视图以仅过滤Stage1数据并将其设置为默认视图.每个阶段都遵循相同的步骤.

When the project is in Stage1, create to view to filter only Stage1 data and set that as default view. Follow the same for each stage.


这篇关于使用不同的形式以不同的方式显示相同的数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆